remove cron tasks
This commit is contained in:
parent
185641e6d0
commit
5f28274706
10 changed files with 50 additions and 148 deletions
|
|
@ -6,9 +6,6 @@ import sqlite3
|
|||
connection = sqlite3.connect("db.sqlite")
|
||||
cursor = connection.cursor()
|
||||
|
||||
# What script performs:
|
||||
# - first, remove site table: crash here if table doesn't exist (compatibility test without effort)
|
||||
# - remove site_id colum from comment table
|
||||
script = """
|
||||
CREATE TABLE comment (
|
||||
id INTEGER NOT NULL PRIMARY KEY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue