-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add raw bytes migrations for v1.11.0 (#1706)
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
bytes/sql_migrations/0017_09a2929108d9_add_signing_provider_model.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
bytes/sql_migrations/0018_d216ad75177d_add_environment_and_runnable_hash.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE boefje_meta ADD COLUMN environment JSON; | ||
ALTER TABLE boefje_meta ADD COLUMN runnable_hash VARCHAR(64); |