All Downloads are FREE. Search and download functionalities are using the official Maven repository.

24b0cb9814744c79b18f0c.db.migration.V6_0_0__MigrateIdentityService.sql Maven / Gradle / Ivy

The newest version!
ALTER TABLE ${identityTableName} ADD COLUMN ${disallowBeforeHeightCol} BIGINT DEFAULT NULL;
ALTER TABLE ${identityTableName} ADD COLUMN ${allowUntilHeightCol} BIGINT DEFAULT NULL;
ALTER TABLE ${identityTableName} ADD COLUMN ${balanceCol} BIGINT DEFAULT 0;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy