mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-01 22:02:20 +00:00
Add schema
This commit is contained in:
parent
ee2ab2b7a2
commit
1da4591abe
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ func main() {
|
|||
gms.PEERTUBE_DB_SCHEMA = os.Getenv("PEERTUBE_DB_SCHEMA")
|
||||
gms.BOOKWYRM_DB_SCHEMA = os.Getenv("BOOKWYRM_DB_SCHEMA")
|
||||
gms.CALCKEY_DB_SCHEMA = os.Getenv("CALCKEY_DB_SCHEMA")
|
||||
gms.WRIETAS_DB_SCHEMA = os.Getenv("WRIETAS_DB_SCHEMA")
|
||||
|
||||
gms.Run()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue