grafana/pkg/services/sqlstore/migrator
2015-08-10 20:25:01 +02:00
..
column.go a lot of work on database schema and migration setup, postgres now works, every integration test passes for all database types, only token table left to do 2015-01-20 14:15:48 +01:00
conditions.go Progress on database schema migration for account -> org refactor 2015-02-24 11:46:34 +01:00
dialect.go fix(postgres): Dashboard search is now case insensitive when using Postgres, fixes #1896 2015-08-10 20:25:01 +02:00
migrations.go MySQL: Dashboard.data column type changed to mediumtext (sql migration added), Fixes #1863 2015-04-23 16:18:46 +02:00
migrator.go All migrations work in sqlite3, mysql and postgres 2015-02-25 07:57:51 +01:00
mysql_dialect.go Final work on migration, now there is no usage of xorm table sync 2015-01-20 14:44:37 +01:00
postgres_dialect.go fix(postgres): Dashboard search is now case insensitive when using Postgres, fixes #1896 2015-08-10 20:25:01 +02:00
sqlite_dialect.go Progress on database schema migration for account -> org refactor 2015-02-24 11:46:34 +01:00
types.go More work on SQL migrations 2015-02-24 17:59:21 +01:00