mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-13 18:35:52 +00:00
* feat: add table selection UI for large database imports (>50 tables) * some changes * some changes * some changes * fix * fix --------- Co-authored-by: Guy Ben-Aharon <baguy3@gmail.com>
6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
export enum CreateDiagramDialogStep {
|
|
SELECT_DATABASE = 'SELECT_DATABASE',
|
|
IMPORT_DATABASE = 'IMPORT_DATABASE',
|
|
SELECT_TABLES = 'SELECT_TABLES',
|
|
}
|