Skip to content

Commit e619b4f

Browse files
committed
fix(sqlite): migration
1 parent f639542 commit e619b4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ api/public/**/*
1313
/config.runner.key
1414
/.dredd/config.json
1515
/database.boltdb
16+
/database.sqlite
1617
/database.boltdb.lock
1718
/database_test.boltdb
1819
.DS_Store

db/sql/migrations/v2.15.1.sqlite.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CREATE TABLE project__environment (
1919
password VARCHAR(255) NULL,
2020
json TEXT NOT NULL,
2121
name VARCHAR(255) NULL,
22-
env TEXT NOT NULL
22+
env TEXT
2323
);
2424

2525
CREATE INDEX project__environment__project__environment_project_id

0 commit comments

Comments
 (0)