autocomit

This commit is contained in:
2026-02-08 18:31:27 +01:00
parent 8fef802597
commit 6b588005c9
18 changed files with 1585 additions and 4 deletions
@@ -34,6 +34,9 @@
<column name="created_at" type="TIMESTAMP" defaultValueComputed="CURRENT_TIMESTAMP">
<constraints nullable="false"/>
</column>
<column name="updated_at" type="TIMESTAMP" defaultValueComputed="CURRENT_TIMESTAMP">
<constraints nullable="false"/>
</column>
</createTable>
<createIndex tableName="deployment" indexName="idx_deployment_application">
@@ -73,4 +76,4 @@
</insert>
</changeSet>
</databaseChangeLog>
</databaseChangeLog>