diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-04 06:07:32 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-04 06:07:32 -0400 |
commit | 9e078c28b6d1642f4b85c86a33fdd4fc66ed2d3d (patch) | |
tree | 89747b8e5dab29dabefac751a87e974a6d1ad321 /db | |
parent | dc5d0cc4f102cb3ce0d734ab25638e65b774a6e9 (diff) |
start upgrade script for 0.9.x
Diffstat (limited to 'db')
-rw-r--r-- | db/08to09.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/08to09.sql b/db/08to09.sql new file mode 100644 index 000000000..892df4a39 --- /dev/null +++ b/db/08to09.sql @@ -0,0 +1,2 @@ +// SQL commands to update an 0.8.x version of Laconica +// to 0.9.x. |