sample downgrader script
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Jan 2007 12:03:20 +0000 (12:03 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Jan 2007 12:03:20 +0000 (12:03 +0000)
migrations/001-down-subversion.sql [new file with mode: 0644]

diff --git a/migrations/001-down-subversion.sql b/migrations/001-down-subversion.sql
new file mode 100644 (file)
index 0000000..5e3255c
--- /dev/null
@@ -0,0 +1,3 @@
+-- you may also write downgrader scripts, though they are not - yet - supported
+
+ALTER TABLE plc_db_version DROP subversion;