some changes?
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS users (
|
||||
`user_id` integer NOT NULL PRIMARY KEY AUTOINCREMENT,
|
||||
`chat_id` integer NOT NULL UNIQUE,
|
||||
@ -29,8 +27,6 @@ CREATE TABLE IF NOT EXISTS actions (
|
||||
ON DELETE CASCADE
|
||||
);
|
||||
|
||||
COMMIT;
|
||||
|
||||
-- drop index actions_action_id_user_id_idx;
|
||||
-- drop table users;
|
||||
-- drop table parameters;
|
||||
|
||||
Reference in New Issue
Block a user