Commit Graph

19 Commits (c4d3eb1cd03f30ea8e6aab71b2597bf3c6a6f46f)

Author SHA1 Message Date
Peter Štibraný c4d3eb1cd0
Remove support for Google Spanner database. (#105846) 2 months ago
Peter Štibraný f7f28757f6
Skip noop migrations, instead of executing SELECT 0. (#103086) 4 months ago
Serge Zaitsev 165bca6417
Chore: Add initial/experimental xorm spanner driver (#101398) 5 months ago
Joan López de la Franca Beltran 5f1305d280
SQLStore: Add deprecation comments for breaking migrations (#49740) 3 years ago
Joan López de la Franca Beltran e43879e55d
Encryption: Add support for multiple data keys per day (#47765) 3 years ago
Sofia Papagiannaki 04d5dcb7c8
Alerting: modify DB table, accessors and migration to restrict org access (#37414) 4 years ago
Arve Knudsen b5379c5335
Chore: Fix SQL related Go variable naming (#28887) 5 years ago
Arve Knudsen a5d9196a53
Chore/fix lint issues (#27704) 5 years ago
Marcus Efraimsson 12f3c8f9d6
fix only add column if not exists for mysql 7 years ago
Marcus Efraimsson 09b3014683
fix only create/drop database indices if not exists/exists 7 years ago
Dan Cech 1dfff74da9 move database-specific code into dialects (#11884) 7 years ago
Mario Trangoni 33ae8d35ea comment unused struct fields 7 years ago
Karsten Weiss de084e5891 Remove unnecessary fmt.Sprintf() calls (gosimple) 7 years ago
Dan Cech 24d4e50343 utf8mb4 encoding (#7959) 8 years ago
utkarshcmu 78fe588330 Removed NewAddColumnMigration via 3473 10 years ago
Mitsuhiro Tanda 6edd6c8f03 add with_credentials to datasource model 10 years ago
utkarshcmu 42d1205260 Fixed gofmt checks 10 years ago
utkarshcmu 3d90340446 Added new columns to dashboard table 10 years ago
Torkel Ödegaard 8526025792 MySQL: Dashboard.data column type changed to mediumtext (sql migration added), Fixes #1863 10 years ago
Torkel Ödegaard f3f79792ab account -> org table migration is starting to work, need to test mysql and postgres 11 years ago
Torkel Ödegaard ed68a4bb9a More work on SQL migrations 11 years ago
Torkel Ödegaard 02a89c752b Progress on database schema migration for account -> org refactor 11 years ago
Torkel Ödegaard da41d99aa7 Fixed sql integration test 11 years ago
Torkel Ödegaard afb847acc8 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 11 years ago
Torkel Ödegaard d8e5be5782 Worked on database agnostic table creation for db migrations 11 years ago
Torkel Ödegaard a64a38d7dd Added migration log and migration id, do not execute already executed migrations 11 years ago
Torkel Ödegaard 8bfed7508c More work on sql schema and migrations, starting to get somewhere 11 years ago
Torkel Ödegaard 68a77c4051 More progress on db schema setup and migrations, tricky stuff 11 years ago
Torkel Ödegaard 1f987c1903 Began work on real sql schema definitions, and migration engine 11 years ago