mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
specify MariaDB version to differentiate CHANGE/RENAME COLUMN syntax w/MySQL
This commit is contained in:
parent
8c3da24a68
commit
6d33c11624
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ services:
|
|||
- mariadb
|
||||
|
||||
mariadb:
|
||||
image: mariadb:latest
|
||||
# on update, also update ServerVersion in FilterLists.Services.DependencyInjection.Extensions.ConfigureServicesCollection
|
||||
image: mariadb:10.4.12
|
||||
networks:
|
||||
- test-data
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue