7 lines
235 B
SQL
7 lines
235 B
SQL
DELETE FROM qipai_schema_migrations WHERE version = '2026061809';
|
|
ALTER TABLE qipai_stores
|
|
DROP INDEX idx_qipai_stores_tenant_coordinates,
|
|
DROP INDEX idx_qipai_stores_tenant_city_status,
|
|
DROP COLUMN district,
|
|
DROP COLUMN city;
|