diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2022-09-03 10:10:20 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-03 10:10:20 +0000 |
| commit | 2c6434e0b89e93ab6bdddb28bcd059b48638cb0d (patch) | |
| tree | 34844dc8d86780d25261c9082cf715226696c6ab /migrations/20220822142548_add-users-table.sql | |
| parent | 6cda1b704d1c38fc116e59a2a206c2adebfb6d4d (diff) | |
Users has username and use it for login
Diffstat (limited to 'migrations/20220822142548_add-users-table.sql')
| -rw-r--r-- | migrations/20220822142548_add-users-table.sql | 6 |
1 files changed, 0 insertions, 6 deletions
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 -); |
