mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-19 01:03:56 +00:00
Import from postgres
This commit is contained in:
@@ -749,9 +749,12 @@ export default function ControlPanel({
|
||||
setImportDb(DB.MYSQL);
|
||||
},
|
||||
},
|
||||
// {
|
||||
// PostgreSQL: () => setModal(MODAL.IMPORT_SRC),
|
||||
// },
|
||||
{
|
||||
PostgreSQL: () => {
|
||||
setModal(MODAL.IMPORT_SRC);
|
||||
setImportDb(DB.POSTGRES);
|
||||
},
|
||||
},
|
||||
{
|
||||
SQLite: () => {
|
||||
setModal(MODAL.IMPORT_SRC);
|
||||
|
Reference in New Issue
Block a user