Removing unused drop
This commit is contained in:
parent
a1f691de6a
commit
2a829509fc
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
PRAGMA foreign_keys = OFF;
|
||||
|
||||
DROP TABLE IF EXISTS Users;
|
||||
DROP TABLE IF EXISTS Tickets;
|
||||
DROP TABLE IF EXISTS Reservations;
|
||||
DROP TABLE IF EXISTS Showings;
|
||||
DROP TABLE IF EXISTS Movies;
|
||||
|
|
Loading…
Reference in a new issue