summaryrefslogtreecommitdiff
path: root/sql/upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'sql/upgrade')
-rw-r--r--sql/upgrade/1.2-1.3.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/upgrade/1.2-1.3.sql b/sql/upgrade/1.2-1.3.sql
index d12ca25a..0a336ce4 100644
--- a/sql/upgrade/1.2-1.3.sql
+++ b/sql/upgrade/1.2-1.3.sql
@@ -23,6 +23,4 @@ ALTER TABLE employees ALTER COLUMN id SET DEFAULT nextval('employee_id_seq');
DROP RULE employee_id_track_i ON employees; -- no longer needed
-CREATE TABLE account_links AS
-
COMMIT;