落地 synastry/star/ask API 与 H5 页面,补齐 cece-frontend-re complete-design 证据文档,并加入 Android 模拟器截图抓取脚本。 Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
246 B
SQL
6 lines
246 B
SQL
DROP TABLE IF EXISTS synastry_invites;
|
|
DROP INDEX IF EXISTS idx_profiles_geo_visible;
|
|
ALTER TABLE profiles DROP COLUMN IF EXISTS geo_visible;
|
|
ALTER TABLE profiles DROP COLUMN IF EXISTS geo_lng;
|
|
ALTER TABLE profiles DROP COLUMN IF EXISTS geo_lat;
|