Compare commits
2 commits
d9027356ab
...
0690ac5212
Author | SHA1 | Date | |
---|---|---|---|
0690ac5212 | |||
e8774cb8bd |
1 changed files with 3 additions and 0 deletions
3
db.py
3
db.py
|
@ -41,6 +41,9 @@ cursor.execute("""
|
||||||
)
|
)
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
# Initialize essential config key
|
||||||
|
cursor.execute('INSERT INTO config VALUES ("last_seen_notif_id", 0)')
|
||||||
|
|
||||||
""" # Insert example characters into the database if they don't already exist
|
""" # Insert example characters into the database if they don't already exist
|
||||||
characters = [
|
characters = [
|
||||||
('Murakami-san', 1, 0.35),
|
('Murakami-san', 1, 0.35),
|
||||||
|
|
Loading…
Add table
Reference in a new issue