1
0
Fork 0
forked from External/ergo

Encapsulate SQL statements and refactor Save functions as transactionable.

This commit is contained in:
Jeremy Latt 2013-05-24 21:39:53 -07:00
parent f24bb5ee7d
commit 48ca57c43d
11 changed files with 347 additions and 12 deletions

10
sql/drop.sql Normal file
View 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