You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in issue #1327 for SQLServer, the message should also be shown only once for SQlite because it is annoying and has no purpose.
Jul 18, 2017 4:17:59 PM org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport info
INFORMATION: SQLite does not support setting the schema. Default schema NOT changed to main
Jul 18, 2017 4:17:59 PM org.flywaydb.core.internal.metadatatable.MetaDataTableImpl info
INFORMATION: Creating Metadata table: "main"."schema_version"
Jul 18, 2017 4:18:00 PM org.flywaydb.core.internal.command.DbMigrate info
INFORMATION: Current version of schema "main": << Empty Schema >>
Jul 18, 2017 4:18:00 PM org.flywaydb.core.internal.command.DbMigrate info
INFORMATION: Schema "main" is up to date. No migration necessary.
Jul 18, 2017 4:18:00 PM org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport info
INFORMATION: SQLite does not support setting the schema. Default schema NOT changed to main
The text was updated successfully, but these errors were encountered:
J0s3f
added a commit
to J0s3f/flyway
that referenced
this issue
Jul 18, 2017
axelfontaine
changed the title
Option to Suppress "SQLite does not support setting the schema..." messages
Suppress redundant "SQLite does not support setting the schema..." messages
Nov 26, 2017
As in issue #1327 for SQLServer, the message should also be shown only once for SQlite because it is annoying and has no purpose.
The text was updated successfully, but these errors were encountered: