mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-19 22:03:26 +00:00
Convert db backend to use Gorm, with basis for support
for Mysql and Postgres in addition to existing Sqlite
This commit is contained in:
3
backend/db/schema.sql
Normal file
3
backend/db/schema.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
INSERT INTO "schema_migrations" (version) VALUES
|
||||
('20201013035318'),
|
||||
('20201013035839');
|
||||
Reference in New Issue
Block a user