aboutsummaryrefslogtreecommitdiff
path: root/data/schema/5.sql
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-05-27 06:59:33 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-05-27 06:59:33 +0200
commit2419885577b4e38b82f5b0f4fbfe8077f680d825 (patch)
tree3d4d6c68e18cbaf5ca850b2ec53cbeaa9663821b /data/schema/5.sql
parent511124934764a6a420da89038aa2c3f02234692d (diff)
downloadsemanticscuttle-2419885577b4e38b82f5b0f4fbfe8077f680d825.tar.gz
semanticscuttle-2419885577b4e38b82f5b0f4fbfe8077f680d825.tar.bz2
make upgrade file fully rST-compatible and move SQL commands out into single schema files
Diffstat (limited to 'data/schema/5.sql')
-rw-r--r--data/schema/5.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/schema/5.sql b/data/schema/5.sql
new file mode 100644
index 0000000..d4c9afc
--- /dev/null
+++ b/data/schema/5.sql
@@ -0,0 +1 @@
+ALTER TABLE `sc_bookmarks` ADD `bShort` VARCHAR(16) NULL DEFAULT NULL;