Skip to content

Instantly share code, notes, and snippets.

@nicoladj77
Last active December 21, 2015 13:30
Show Gist options
  • Save nicoladj77/6312973 to your computer and use it in GitHub Desktop.
Save nicoladj77/6312973 to your computer and use it in GitHub Desktop.
ALTER TABLE wp_ai1ec_events MODIFY COLUMN `start` INT(10) UNSIGNED NOT NULL;
ALTER TABLE wp_ai1ec_events MODIFY COLUMN `end` INT(10) UNSIGNED;
ALTER TABLE wp_ai1ec_event_instances MODIFY COLUMN `end` INT(10) UNSIGNED NOT NULL;
ALTER TABLE wp_ai1ec_event_instances MODIFY COLUMN `start` INT(10) UNSIGNED NOT NULL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment