This file contains hidden or 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
| begin; | |
| set transaction read write; | |
| -- Changing the type to match Polaris 0.9.x | |
| ALTER TABLE entities | |
| ALTER COLUMN internalproperties SET DATA TYPE text, | |
| ALTER COLUMN name SET DATA TYPE text, | |
| ALTER COLUMN properties SET DATA TYPE text; | |
| -- Changing the type to match Polaris 0.9.x |