mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 23:09:10 +00:00
4 lines
88 B
SQL
4 lines
88 B
SQL
CREATE TABLE IF NOT EXISTS site_info (
|
|
initial_setup boolean NOT NULL DEFAULT TRUE
|
|
);
|