summaryrefslogtreecommitdiff
path: root/lib/sql/migration/002-extend-userpersonconfirmation-key-length.sql
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-12-04 09:44:34 +0000
committerStephen Finucane <stephen@that.guru>2018-01-04 14:20:24 +0000
commit40eca786a35d9e4d367bd82cbfcabd12f9357679 (patch)
tree32739600b486584b7bd890b22253a722f1b5431d /lib/sql/migration/002-extend-userpersonconfirmation-key-length.sql
parent603516de9c511482d5330e5535c5dbc0456847dd (diff)
downloadpatchwork-40eca786a35d9e4d367bd82cbfcabd12f9357679.tar
patchwork-40eca786a35d9e4d367bd82cbfcabd12f9357679.tar.gz
sql: Remove old migration scripts
These have not been used since v1.0 and we don't expect users to jump straight from pre-v1.0 to post-v2.0. Remove them. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'lib/sql/migration/002-extend-userpersonconfirmation-key-length.sql')
-rw-r--r--lib/sql/migration/002-extend-userpersonconfirmation-key-length.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sql/migration/002-extend-userpersonconfirmation-key-length.sql b/lib/sql/migration/002-extend-userpersonconfirmation-key-length.sql
deleted file mode 100644
index fa10fba..0000000
--- a/lib/sql/migration/002-extend-userpersonconfirmation-key-length.sql
+++ /dev/null
@@ -1,4 +0,0 @@
-BEGIN;
-ALTER TABLE patchwork_userpersonconfirmation
- ALTER COLUMN key TYPE char(40);
-COMMIT;