mirror of
https://github.com/langgenius/dify.git
synced 2026-03-15 11:57:10 +08:00
2 lines
127 B
TypeScript
2 lines
127 B
TypeScript
export const TABLES_QUERY = 'SELECT name FROM sqlite_master WHERE type=\'table\' AND name NOT LIKE \'sqlite_%\' ORDER BY name'
|