mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Removed vestigal quotegrabs table statement.
This commit is contained in:
parent
720c725a93
commit
927b1d4e65
@ -66,14 +66,6 @@ class Quotes(plugins.ChannelDBHandler, callbacks.Privmsg):
|
||||
added_at TIMESTAMP,
|
||||
quote TEXT
|
||||
);""")
|
||||
cursor.execute("""CREATE TABLE quotegrabs (
|
||||
id INTEGER PRIMARY KEY,
|
||||
nick TEXT,
|
||||
hostmask TEXT,
|
||||
added_by TEXT,
|
||||
added_at TIMESTAMP,
|
||||
quote TEXT
|
||||
);""")
|
||||
db.commit()
|
||||
return db
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user