mirror of
https://github.com/langgenius/dify.git
synced 2026-06-07 07:52:50 +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'
|