update
This commit is contained in:
@@ -26,10 +26,12 @@ CREATE TABLE IF NOT EXISTS timestamp_table (
|
|||||||
)
|
)
|
||||||
""")
|
""")
|
||||||
cursor.execute("""
|
cursor.execute("""
|
||||||
INSERT INTO timestamp_table (id, last_updated) VALUES (1, CURRENT_TIMESTAMP);
|
INSERT OR REPLACE INTO timestamp_table (id, last_updated)
|
||||||
|
VALUES (1, CURRENT_TIMESTAMP);
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Create a table NPM
|
# Create a table NPM
|
||||||
cursor.execute("""
|
cursor.execute("""
|
||||||
CREATE TABLE IF NOT EXISTS data_NPM (
|
CREATE TABLE IF NOT EXISTS data_NPM (
|
||||||
|
|||||||
Reference in New Issue
Block a user