From f29e8db46c10b90acccd4205e595c888d3515cb9 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Thu, 16 Jul 2026 12:23:44 +0200 Subject: Add todo regarding column name --- sql/init.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sql/init.sql b/sql/init.sql index 4c73327..255e98d 100644 --- a/sql/init.sql +++ b/sql/init.sql @@ -6,6 +6,9 @@ CREATE TABLE tags ( CREATE TABLE files ( id integer NOT NULL PRIMARY KEY, + -- TODO: just call this column 'name' + -- This will make things much easier as 'name' is + -- also used for the tag table. canonical_name varchar(255) NOT NULL, full_name varchar(255) NOT NULL, description text, -- cgit v1.2.3