chiark / gitweb /
wip
[nj-awaymsg.git] / schema
diff --git a/schema b/schema
index aaeb0d92ba72d3052db2288334dfe3b3c4bd2ae0..afcda2980a4158e998ee58013620a6e33a525e53 100644 (file)
--- a/schema
+++ b/schema
@@ -1,7 +1,7 @@
 
 CREATE TABLE texts (
        textid          INTEGER PRIMARY KEY NOT NULL,
-       name            TEXT NOT NULL,
+       desc            TEXT NOT NULL,
        subject         TEXT NOT NULL,
        text            TEXT NOT NULL,
        expires         TEXT NOT NULL