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

hal-feed-consumer-mysql-db-migration.V2__add_created_column.sql Maven / Gradle / Ivy

ALTER TABLE ${feed.tracker.table} ADD COLUMN created DATETIME;

CREATE INDEX ${feed.tracker.table}_created_idx ON ${feed.tracker.table} (created);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy