mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-16 07:30:32 +00:00
Import and export to mariadb in mariadb diagrams
This commit is contained in:
@@ -758,9 +758,12 @@ export default function ControlPanel({
|
||||
setImportDb(DB.SQLITE);
|
||||
},
|
||||
},
|
||||
// {
|
||||
// MariaDB: () => setModal(MODAL.IMPORT_SRC),
|
||||
// },
|
||||
{
|
||||
MariaDB: () => {
|
||||
setModal(MODAL.IMPORT_SRC);
|
||||
setImportDb(DB.MARIADB);
|
||||
},
|
||||
},
|
||||
// {
|
||||
// MSSQL: () => setModal(MODAL.IMPORT_SRC),
|
||||
// },
|
||||
|
Reference in New Issue
Block a user