Mercurial > ~dholland > hg > swallowtail > index.cgi
view database/schema.sql @ 49:4b7f0ee35994
Use != in python and <> in sql.
author | David A. Holland |
---|---|
date | Sat, 02 Apr 2022 18:10:30 -0400 |
parents | debc55088b4f |
children | 40f64a96481f |
line wrap: on
line source
-- Load the database schema. -- Should be done as the swallowtail_admin user. begin; \ir schema/version.sql \ir schema/config.sql \ir schema/users.sql \ir schema/bugs.sql \ir schema/messages.sql \ir schema/subscription.sql \ir schema/classify.sql \ir schema/logs.sql \ir schema/admin.sql commit;