You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-06 22:32:51 +02:00
remove debug print lines from schema migration
This commit is contained in:
@ -68,6 +68,8 @@ ADD resources/templates/shared /templates/shared
|
||||
ADD configs/fresh-auto-reload.conf /runner.conf
|
||||
|
||||
ENV TEMPLATE_DIR=/templates
|
||||
ENV SHARED_TEMPLATE_DIR=/templates/shared
|
||||
#ENV STATIC_DIR=/static
|
||||
|
||||
WORKDIR ${code_path}
|
||||
|
||||
|
@ -47,6 +47,8 @@ ADD resources/templates/shared /templates/shared
|
||||
ADD configs/fresh-auto-reload.conf /runner.conf
|
||||
|
||||
ENV TEMPLATE_DIR=/templates
|
||||
ENV SHARED_TEMPLATE_DIR=/templates/shared
|
||||
ENV STATIC_DIR=/static
|
||||
|
||||
WORKDIR ${code_path}
|
||||
|
||||
|
@ -245,9 +245,6 @@ func migrationList(ctx context.Context, db *sqlx.DB, log *log.Logger, isUnittest
|
||||
countries = []string{"US"}
|
||||
}
|
||||
|
||||
fmt.Println("isUnittest", isUnittest)
|
||||
fmt.Println("countries", countries)
|
||||
|
||||
ncol := 12
|
||||
fn := func(geoNames []geonames.Geoname) error {
|
||||
valueStrings := make([]string, 0, len(geoNames))
|
||||
|
Reference in New Issue
Block a user