mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 03:48:09 +01: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