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

sql.migration.V20151217161100__FilesRenameUploadKey.sql Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
alter table files rename column s3_upload_key to upload_key;
alter table file_parts rename column s3_upload_key to upload_key;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy