From 2c6434e0b89e93ab6bdddb28bcd059b48638cb0d Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 3 Sep 2022 12:10:20 +0200 Subject: Users has username and use it for login --- migrations/20220822142548_add-users-table.sql | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 migrations/20220822142548_add-users-table.sql (limited to 'migrations/20220822142548_add-users-table.sql') diff --git a/migrations/20220822142548_add-users-table.sql b/migrations/20220822142548_add-users-table.sql deleted file mode 100644 index 4798d7e..0000000 --- a/migrations/20220822142548_add-users-table.sql +++ /dev/null @@ -1,6 +0,0 @@ -create table users ( - id serial unique, - email varchar(100) unique not null, - password varchar(100) not null, - is_staff boolean default false -); -- cgit v1.2.3-71-g8e6c