aboutsummaryrefslogtreecommitdiff
path: root/libbrep/package-030-post.sql
diff options
context:
space:
mode:
Diffstat (limited to 'libbrep/package-030-post.sql')
-rw-r--r--libbrep/package-030-post.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/libbrep/package-030-post.sql b/libbrep/package-030-post.sql
new file mode 100644
index 0000000..274833a
--- /dev/null
+++ b/libbrep/package-030-post.sql
@@ -0,0 +1,13 @@
+/* This file was generated by ODB, object-relational mapping (ORM)
+ * compiler for C++.
+ */
+
+CREATE UNIQUE INDEX "tenant_service_i"
+ ON "tenant" (
+ "service_id",
+ "service_type");
+
+UPDATE "schema_version"
+ SET "migration" = FALSE
+ WHERE "name" = 'package';
+