Skip to content

Commit

Permalink
fix: rename table to a more descriptive name
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Aug 27, 2023
1 parent 68d9dc5 commit 10debae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ CREATE TABLE statements (
INDEX updated (updated)
);

CREATE TABLE user_space (
CREATE TABLE user_space_activities (
user_id varchar(64) NOT NULL,
space_id varchar(64) NOT NULL,
votes_count smallint unsigned NOT NULL DEFAULT '0',
Expand Down

0 comments on commit 10debae

Please sign in to comment.