forked from geonetwork/core-geonetwork
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved sql instructions for column 'editable' in table settings into a…
… different sql script (to avoid modifying a script already applied).
- Loading branch information
Showing
2 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.../webapp/WEB-INF/classes/setup/sql-metawal/migrate/4.4.2/migrate-4.4.2-editable-column.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,3 @@ | ||
ALTER TABLE settings ALTER COLUMN editable TYPE CHAR USING editable::char; | ||
|
||
ALTER TABLE settings ALTER COLUMN editable SET DEFAULT 'y'; |
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