build(migrations): adding the insert bot
- This insert permit to create the bot field
This commit is contained in:
parent
e21f107c3d
commit
5d3e7d12bd
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ CREATE TABLE bots (
|
||||||
activity_type bot_activity NOT NULL DEFAULT 'Watching',
|
activity_type bot_activity NOT NULL DEFAULT 'Watching',
|
||||||
presence bot_presence NOT NULL DEFAULT 'dnd'
|
presence bot_presence NOT NULL DEFAULT 'dnd'
|
||||||
);
|
);
|
||||||
|
INSERT INTO bots DEFAULT VALUES;
|
||||||
|
|
||||||
CREATE TABLE users (
|
CREATE TABLE users (
|
||||||
user_id TEXT PRIMARY KEY,
|
user_id TEXT PRIMARY KEY,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue