services-flake/nix/mysql/test_schemas
Shivaraj B H f158353b59
fix(mysql)!: look for *.sql files in the top-level schema directory (#154)
* mysql service would assume that all the `*.sql` files in the directory, provided by `initialDatabases [{ schema = <directory>; … }]`, exists in a folder named [mysql-databases](291e7be83a/nix/mysql.nix (L239-L241)), after this change it would just look for all the `*.sql` files in the top-level schema directory.
* add tests
2024-03-18 22:32:08 +05:30
..
bar.sql fix(mysql)!: look for *.sql files in the top-level schema directory (#154) 2024-03-18 22:32:08 +05:30
baz.md fix(mysql)!: look for *.sql files in the top-level schema directory (#154) 2024-03-18 22:32:08 +05:30
foo.sql fix(mysql)!: look for *.sql files in the top-level schema directory (#154) 2024-03-18 22:32:08 +05:30