diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-05-21 11:08:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-05-21 11:08:50 +0300 |
commit | a51a5f81cabeb15fe8bf7fa6d02e287763758a69 (patch) | |
tree | 55e939e72deb11bbf7e0aad60000d2f3fa576ede /libbrep/build-028-post.sql | |
parent | 57f6378aea619ceb07b935012772bd4698e6a2be (diff) |
Make changes required for CIci
Diffstat (limited to 'libbrep/build-028-post.sql')
-rw-r--r-- | libbrep/build-028-post.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libbrep/build-028-post.sql b/libbrep/build-028-post.sql new file mode 100644 index 0000000..077c428 --- /dev/null +++ b/libbrep/build-028-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" = 'build'; + |