mirror of
https://github.com/langgenius/dify.git
synced 2026-02-27 04:57:08 +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'
|