0305571cb3
Fixed the build tags for the alt database engines. Tweaked the quotes on the PgSQL adapter. Still not functional. Removed the SQLite build tag as it's unlikely that it'll ever be implemented.
5 lines
115 B
SQL
5 lines
115 B
SQL
CREATE TABLE "themes" (
|
|
`uname` varchar (180) not null,
|
|
`default` boolean DEFAULT 0 not null,
|
|
unique(`uname`)
|
|
); |