mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-01 00:24:38 +02:00
remove not null from orgs
This commit is contained in:
parent
d1489a9a78
commit
a356147164
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ export default async function migration() {
|
||||||
ALTER TABLE 'domains' ADD 'tries' integer DEFAULT 0 NOT NULL;
|
ALTER TABLE 'domains' ADD 'tries' integer DEFAULT 0 NOT NULL;
|
||||||
ALTER TABLE 'exitNodes' ADD 'maxConnections' integer;
|
ALTER TABLE 'exitNodes' ADD 'maxConnections' integer;
|
||||||
ALTER TABLE 'newt' ADD 'version' text;
|
ALTER TABLE 'newt' ADD 'version' text;
|
||||||
ALTER TABLE 'orgs' ADD 'subnet' text NOT NULL;
|
ALTER TABLE 'orgs' ADD 'subnet' text;
|
||||||
ALTER TABLE 'user' ADD 'twoFactorSetupRequested' integer DEFAULT 0;
|
ALTER TABLE 'user' ADD 'twoFactorSetupRequested' integer DEFAULT 0;
|
||||||
ALTER TABLE 'resources' DROP COLUMN 'isBaseDomain';
|
ALTER TABLE 'resources' DROP COLUMN 'isBaseDomain';
|
||||||
`);
|
`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue