nginx-proxy-manager/backend/db/schema.sql
Jamie Curnow 29990110b1
Convert db backend to use Gorm, with basis for support
for Mysql and Postgres in addition to existing Sqlite
2023-05-26 11:37:39 +10:00

4 lines
93 B
SQL

INSERT INTO "schema_migrations" (version) VALUES
('20201013035318'),
('20201013035839');