Switch to hosting on source.gleipnir.technology
All checks were successful
/ test (push) Successful in 3s
All checks were successful
/ test (push) Successful in 3s
This commit is contained in:
parent
30cc7321c5
commit
34e5dcbb17
172 changed files with 493 additions and 490 deletions
|
|
@ -8,7 +8,7 @@
|
|||
package table
|
||||
|
||||
import (
|
||||
"github.com/Gleipnir-Technology/jet/postgres"
|
||||
"source.gleipnir.technology/Gleipnir/jet/postgres"
|
||||
)
|
||||
|
||||
var Actor = newActorTable("dvds", "actor", "")
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
package table
|
||||
|
||||
import (
|
||||
"github.com/Gleipnir-Technology/jet/postgres"
|
||||
"source.gleipnir.technology/Gleipnir/jet/postgres"
|
||||
)
|
||||
|
||||
var Category = newCategoryTable("dvds", "category", "")
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
package table
|
||||
|
||||
import (
|
||||
"github.com/Gleipnir-Technology/jet/postgres"
|
||||
"source.gleipnir.technology/Gleipnir/jet/postgres"
|
||||
)
|
||||
|
||||
var Film = newFilmTable("dvds", "film", "")
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
package table
|
||||
|
||||
import (
|
||||
"github.com/Gleipnir-Technology/jet/postgres"
|
||||
"source.gleipnir.technology/Gleipnir/jet/postgres"
|
||||
)
|
||||
|
||||
var FilmActor = newFilmActorTable("dvds", "film_actor", "")
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
package table
|
||||
|
||||
import (
|
||||
"github.com/Gleipnir-Technology/jet/postgres"
|
||||
"source.gleipnir.technology/Gleipnir/jet/postgres"
|
||||
)
|
||||
|
||||
var FilmCategory = newFilmCategoryTable("dvds", "film_category", "")
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
package table
|
||||
|
||||
import (
|
||||
"github.com/Gleipnir-Technology/jet/postgres"
|
||||
"source.gleipnir.technology/Gleipnir/jet/postgres"
|
||||
)
|
||||
|
||||
var Language = newLanguageTable("dvds", "language", "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue