• Eric Chiang's avatar
    db: switch migration source to use in-memory migration · f738188c
    Eric Chiang authored
    When reading migrations from files, sql-migrate attempts to split
    SQL statements. The parsing logic does not handle $BODY$ statements
    and broke when the migration included one.
    
    Replace go-bindata with a small migration generation script and use
    in memory migrations instead.
    f738188c
Name
Last commit
Last update
..
0001_initial_migration.sql Loading commit data...
0002_dex_admin.sql Loading commit data...
0003_user_created_at.sql Loading commit data...
0004_session_nonce.sql Loading commit data...
0005_refresh_token_create.sql Loading commit data...
0006_user_email_unique.sql Loading commit data...
0007_session_scope.sql Loading commit data...
0008_users_active_or_inactive.sql Loading commit data...
0009_key_not_primary_key.sql Loading commit data...
0010_client_metadata_field_changed.sql Loading commit data...
0011_case_insensitive_emails.sql Loading commit data...
assets.go Loading commit data...
gen_assets.go Loading commit data...
migrations.go Loading commit data...