-- ATTENTION: If you just install the plugin it is not necessary to put these SQL codes, it is only for users who had an earlier version.
-- New FIX V3 lgokul for users with previous versions.
ALTER TABLE wp_fs_schedules ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL
-- If you already put this code on the FIX V2, do not put it and skip it.
ALTER TABLE wp_fs_feeds ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL