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

dll.updateEnumFields.sql Maven / Gradle / Ivy

The newest version!
alter table messages drop column state;    
alter table messages add state messageStateType;

alter table messages drop column messagetype;    
alter table messages add messagetype messageTypeType;

alter table contactmethods drop column contactmethod;    
alter table contactmethods add contactmethod contactmethodType;

alter table user_data drop column gender;    
alter table user_data add gender genderType;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy