grafana/pkg/services/sqlstore/migrator
Dan Cech 24d4e50343 utf8mb4 encoding (#7959)
* use utf8mb4 character set for connections to mysql

* use utf8mb4 character set for tables, shorten varchar fields used in unique indexes

* migration type to update table character set

* update table character sets

* set charset for temp_user.status

* gofmt
2017-03-28 14:34:53 +02:00
..
column.go fix(postgres): fixes db migration issue with_credentials column for postgres, fixes #3505 2015-12-14 10:19:53 +01:00
conditions.go Progress on database schema migration for account -> org refactor 2015-02-24 11:46:34 +01:00
dialect.go utf8mb4 encoding (#7959) 2017-03-28 14:34:53 +02:00
migrations.go utf8mb4 encoding (#7959) 2017-03-28 14:34:53 +02:00
migrator.go fix(build): fixed broken build, unreachable code in migrator.go 2016-09-30 09:23:26 +02:00
mysql_dialect.go utf8mb4 encoding (#7959) 2017-03-28 14:34:53 +02:00
postgres_dialect.go utf8mb4 encoding (#7959) 2017-03-28 14:34:53 +02:00
sqlite_dialect.go fix(sql): Add boolstr to all dialects 2016-09-23 09:36:15 +02:00
types.go More work on SQL migrations 2015-02-24 17:59:21 +01:00