mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-07 03:54:04 +00:00
Add database overwrite checkbox on Install wizard
Allows overwriting the existing database when installing InvoiceShelf
This commit is contained in:
@@ -19,6 +19,7 @@ export const useInstallationStore = (useWindow = false) => {
|
||||
database_name: null,
|
||||
database_username: null,
|
||||
database_password: null,
|
||||
database_overwrite: false,
|
||||
app_url: window.location.origin,
|
||||
app_locale: null
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user