gaojintao01 commited on
Commit ·
eee291c
1
Parent(s): 9486559
pg
Browse files
server/prisma/migrations/{20230921191814_initial_migration.sql → 2023092119181_initial/20230921191814_initial_migration.sql}
RENAMED
|
File without changes
|
server/temp_query.sql
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
"SELECT table_name FROM information_schema.tables WHERE table_schema = 'public' ORDER BY table_name;"
|