mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
add .sqlite extension in db uploader
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
id="assetsFieldHandle"
|
||||
@change="loadDb"
|
||||
ref="file"
|
||||
accept=".db"
|
||||
accept=".db,.sqlite,.sqlite3"
|
||||
/>
|
||||
<div>
|
||||
Drop the database file to upload here or click to choose a file from your computer.
|
||||
|
||||
Reference in New Issue
Block a user