This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PRAGMA foreign_keys = ON; | |
DROP TABLE if exists users; | |
DROP TABLE if exists routes; | |
DROP TABLE if exists groups; | |
DROP TABLE if exists contracts; | |
DROP TABLE if exists points; | |
DROP TABLE if exists hotels; | |
DROP TABLE if exists hotel_room_type_links; | |
DROP TABLE if exists room_types; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello world |