1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-08-19 07:42:06 +03:00
Files
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');