remove cron tasks

This commit is contained in:
Yax 2022-02-18 18:21:12 +01:00
parent 185641e6d0
commit 5f28274706
10 changed files with 50 additions and 148 deletions

View file

@ -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,