summaryrefslogtreecommitdiff
path: root/sql/upgrade/1.2-1.3.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/upgrade/1.2-1.3.sql')
-rw-r--r--sql/upgrade/1.2-1.3.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/upgrade/1.2-1.3.sql b/sql/upgrade/1.2-1.3.sql
index 0a336ce4..d12ca25a 100644
--- a/sql/upgrade/1.2-1.3.sql
+++ b/sql/upgrade/1.2-1.3.sql
@@ -23,4 +23,6 @@ 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;