mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-07 11:29:32 -06:00
First db migration (#297)
* store first db schema * md linting *screams*
This commit is contained in:
parent
09ef9e639e
commit
aee1932bd4
28 changed files with 1114 additions and 39 deletions
|
|
@ -43,10 +43,6 @@ var Import cliactions.GTSAction = func(ctx context.Context, c *config.Config) er
|
|||
return errors.New("no path set")
|
||||
}
|
||||
|
||||
if err := dbConn.CreateAllTables(ctx); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := importer.Import(ctx, path); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue