merge
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package run
|
||||
|
||||
import "github.com/wailsapp/wails/v3/pkg/application"
|
||||
|
||||
var APP *application.App
|
||||
package run
|
||||
|
||||
import "github.com/wailsapp/wails/v3/pkg/application"
|
||||
|
||||
var APP *application.App
|
||||
|
||||
@@ -38,6 +38,7 @@ func InitDB(path string) error {
|
||||
|
||||
companySchema := `
|
||||
create table company (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
name text not null unique,
|
||||
member_number text not null,
|
||||
username text not null,
|
||||
|
||||
Reference in New Issue
Block a user