summaryrefslogtreecommitdiffstats
path: root/kittystore/storm/schema/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'kittystore/storm/schema/__init__.py')
-rw-r--r--kittystore/storm/schema/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/kittystore/storm/schema/__init__.py b/kittystore/storm/schema/__init__.py
index eebae1c..d73a49e 100644
--- a/kittystore/storm/schema/__init__.py
+++ b/kittystore/storm/schema/__init__.py
@@ -7,6 +7,7 @@ CREATES = {
CREATE TABLE "list" (
name VARCHAR(255) NOT NULL,
display_name TEXT,
+ description TEXT,
PRIMARY KEY (name)
);""", """
CREATE TABLE "thread" (
@@ -68,6 +69,7 @@ CREATES = {
CREATE TABLE "list" (
name VARCHAR(255) NOT NULL,
display_name TEXT,
+ description TEXT,
PRIMARY KEY (name)
);""", """
CREATE TABLE "thread" (
@@ -129,6 +131,7 @@ CREATES = {
CREATE TABLE `list` (
name VARCHAR(255) NOT NULL,
display_name TEXT,
+ description TEXT,
PRIMARY KEY (name)
);""", """
CREATE TABLE `thread` (