Skip to content

Commit 7b93510

Browse files
committed
fix: migration scripts
1 parent ef3e6a9 commit 7b93510

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
-- no-transaction
12
DROP TABLE audit;

api/migrations/20260126004140_audit.up.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- no-transaction
12
CREATE TABLE audit(
23
id UUID NOT NULL PRIMARY KEY DEFAULT gen_random_uuid(),
34
action VARCHAR,

0 commit comments

Comments
 (0)