summaryrefslogtreecommitdiffstats
path: root/schema/pgsql-migrations/upgrade_152.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/pgsql-migrations/upgrade_152.sql')
-rw-r--r--schema/pgsql-migrations/upgrade_152.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/schema/pgsql-migrations/upgrade_152.sql b/schema/pgsql-migrations/upgrade_152.sql
new file mode 100644
index 0000000..b1d816c
--- /dev/null
+++ b/schema/pgsql-migrations/upgrade_152.sql
@@ -0,0 +1,7 @@
+CREATE UNIQUE INDEX import_source_name ON import_source (source_name);
+
+CREATE UNIQUE INDEX sync_rule_name ON sync_rule (rule_name);
+
+INSERT INTO director_schema_migration
+ (schema_version, migration_time)
+VALUES (152, NOW());