diff options
Diffstat (limited to 'libbrep/package-031-post.sql')
-rw-r--r-- | libbrep/package-031-post.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libbrep/package-031-post.sql b/libbrep/package-031-post.sql new file mode 100644 index 0000000..9f587f3 --- /dev/null +++ b/libbrep/package-031-post.sql @@ -0,0 +1,8 @@ +/* This file was generated by ODB, object-relational mapping (ORM) + * compiler for C++. + */ + +UPDATE "schema_version" + SET "migration" = FALSE + WHERE "name" = 'package'; + |