mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-02-22 17:09:35 +02:00
Merge pull request #12 from dancojocaru2000/Backend
Add "drop table if exists" for exchange table
This commit is contained in:
commit
a521610a6b
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ drop table if exists transactions;
|
|||
drop table if exists accounts_transactions;
|
||||
drop table if exists notifications;
|
||||
drop table if exists users_notifications;
|
||||
drop table if exists exchange;
|
||||
|
||||
create table users (
|
||||
id integer primary key autoincrement,
|
||||
|
|
Loading…
Add table
Reference in a new issue