mirror of
https://github.com/goharbor/harbor
synced 2025-05-15 01:01:11 +00:00
Merge pull request #6029 from reasonerjt/create-schema-migration-tbl
Create shcema migration table in DB container
This commit is contained in:
commit
a494a829ac
@ -1,2 +1,4 @@
|
||||
CREATE DATABASE registry ENCODING 'UTF8';
|
||||
\c registry;
|
||||
|
||||
CREATE TABLE schema_migrations(version bigint not null primary key, dirty boolean not null);
|
Loading…
x
Reference in New Issue
Block a user