Skip to content

Commit

Permalink
fix: remove kwai prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
zumuta committed Jan 14, 2024
1 parent c0e9c36 commit 8e43749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/migrations/20230128205126_start.sql
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ create table if not exists training_coaches (
primary key(training_id, coach_id)
) charset = utf8mb3;

create table if not exists kwai.training_presences
create table if not exists training_presences
(
training_id int unsigned not null,
member_id int unsigned not null,
Expand Down

0 comments on commit 8e43749

Please sign in to comment.