mirror of
https://github.com/aykhans/slash-e.git
synced 2025-06-15 04:17:50 +00:00
chore: update store testing
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
DELETE FROM activity;
|
||||
|
||||
DELETE FROM shortcut;
|
||||
|
||||
DELETE FROM user_setting;
|
||||
|
||||
DELETE FROM user;
|
||||
|
||||
DELETE FROM workspace_setting;
|
@ -4,6 +4,8 @@ import (
|
||||
"database/sql"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
// SQLite driver.
|
||||
_ "modernc.org/sqlite"
|
||||
|
||||
"github.com/yourselfhosted/slash/server/profile"
|
||||
"github.com/yourselfhosted/slash/store"
|
||||
|
Reference in New Issue
Block a user