Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brian030128 committed Jun 19, 2024
1 parent 9bad81b commit 53198d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion migrations/2405270217_create_invite_code_table.up.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE TABLE group_invite_code (
group_id uuid NOT NULL,
group_id uuid NOT NULL UNIQUE,
invite_code varchar(10) PRIMARY KEY ,
created_at timestamp default CURRENT_TIMESTAMP,
FOREIGN KEY (group_id) REFERENCES "group"(group_id)
Expand Down
1 change: 0 additions & 1 deletion migrations/2406201209_inv_code_gid_unique.down.sql

This file was deleted.

1 change: 0 additions & 1 deletion migrations/2406201209_inv_code_gid_unique.up.sql

This file was deleted.

0 comments on commit 53198d3

Please sign in to comment.