mirror of
https://github.com/langgenius/dify.git
synced 2026-02-13 07:01:23 -05: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'
|