fix(db): make db support schema
This commit is contained in:
parent
693886f988
commit
4e63a57cf9
2 changed files with 3 additions and 0 deletions
3
src/db/common.go
Normal file
3
src/db/common.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package db
|
||||
|
||||
const SchemaV2 = "v2" // add size to file info
|
BIN
src/db/migration_tests/testdata/quickshare_v1.db
vendored
Normal file
BIN
src/db/migration_tests/testdata/quickshare_v1.db
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue