summaryrefslogtreecommitdiff
path: root/perl/sql/Wallet-Schema-0.07-0.08-SQLite.sql
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-03-27 15:19:46 -0700
committerRuss Allbery <rra@stanford.edu>2013-03-27 15:19:46 -0700
commit6871bae8e26beadaff5035de56b4f70a78961dc9 (patch)
tree366943055e3db5c26a9415d1d2ea1486054e8177 /perl/sql/Wallet-Schema-0.07-0.08-SQLite.sql
parent61c348a8cc08e90c73993e09dc175b44c5a65681 (diff)
parent06c44c9eb5efb00bb9368ed3709106c91b0b36b5 (diff)
Imported Upstream version 1.0
Diffstat (limited to 'perl/sql/Wallet-Schema-0.07-0.08-SQLite.sql')
-rw-r--r--perl/sql/Wallet-Schema-0.07-0.08-SQLite.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/sql/Wallet-Schema-0.07-0.08-SQLite.sql b/perl/sql/Wallet-Schema-0.07-0.08-SQLite.sql
new file mode 100644
index 0000000..3e600b0
--- /dev/null
+++ b/perl/sql/Wallet-Schema-0.07-0.08-SQLite.sql
@@ -0,0 +1,6 @@
+BEGIN;
+DROP TABLE IF EXISTS flag_names;
+DROP TABLE IF EXISTS metadata;
+ALTER TABLE objects ADD ob_comment varchar(255) default null;
+COMMIT;
+