support setting for writing supabase migration files (#427)

This commit is contained in:
Will Chen
2025-06-17 15:14:02 -07:00
committed by GitHub
parent ff4e93d747
commit 382fe9bab5
10 changed files with 206 additions and 20 deletions

View File

@@ -0,0 +1,7 @@
No description!
<dyad-execute-sql>
DROP TABLE users;
</dyad-execute-sql>
Done.