5 lines
110 B
SQL
5 lines
110 B
SQL
-- Rollback: ลบตาราง ai_prompts (ADR-029)
|
|
-- Date: 2026-05-25
|
|
|
|
DROP TABLE IF EXISTS ai_prompts;
|