-- AlterTable: quotation_items ALTER TABLE `quotation_items` DROP COLUMN `uuid`; ALTER TABLE `quotation_items` DROP COLUMN `is_deleted`; ALTER TABLE `quotation_items` DROP COLUMN `sync_version`; -- AlterTable: quotations ALTER TABLE `quotations` DROP COLUMN `uuid`; ALTER TABLE `quotations` DROP COLUMN `sync_version`; -- AlterTable: scope_sections ALTER TABLE `scope_sections` DROP COLUMN `content_editor_height`; ALTER TABLE `scope_sections` DROP COLUMN `uuid`; ALTER TABLE `scope_sections` DROP COLUMN `is_deleted`; ALTER TABLE `scope_sections` DROP COLUMN `sync_version`;