website/api/sql/admin_log.sql

5 lines
91 B
SQL

CREATE TABLE IF NOT EXISTS admin_log(
action TEXT NOT NULL,
time INTEGER NOT NULL
);