mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 20:28:00 +00:00
chore: add visibility migrate scripts
This commit is contained in:
@ -13,5 +13,5 @@ func TestGetCurrentSchemaVersion(t *testing.T) {
|
||||
|
||||
currentSchemaVersion, err := ts.GetCurrentSchemaVersion()
|
||||
require.NoError(t, err)
|
||||
require.Equal(t, "1.0.0", currentSchemaVersion)
|
||||
require.Equal(t, "1.0.1", currentSchemaVersion)
|
||||
}
|
||||
|
@ -32,7 +32,7 @@ func GetTestingProfile(t *testing.T) *profile.Profile {
|
||||
|
||||
// Get a temporary directory for the test data.
|
||||
dir := t.TempDir()
|
||||
mode := "dev"
|
||||
mode := "prod"
|
||||
port := getUnusedPort()
|
||||
driver := getDriverFromEnv()
|
||||
dsn := os.Getenv("DSN")
|
||||
|
Reference in New Issue
Block a user