forked from External/ergo
Encapsulate SQL statements and refactor Save functions as transactionable.
This commit is contained in:
parent
f24bb5ee7d
commit
48ca57c43d
11 changed files with 347 additions and 12 deletions
10
sql/drop.sql
Normal file
10
sql/drop.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
DROP INDEX user_id_channel_id
|
||||
DROP TABLE user_channel
|
||||
|
||||
DROP INDEX channel_name
|
||||
DROP INDEX channel_id
|
||||
DROP TABLE channel
|
||||
|
||||
DROP INDEX user_nick
|
||||
DROP INDEX user_id
|
||||
DROP TABLE user
|
||||
Loading…
Add table
Add a link
Reference in a new issue