@@ -37,4 +37,12 @@ Our migrations can be found here: https://github.com/FAForever/db/tree/develop/m
Naming Convention: `Vxx__some-keywords.sql`
A [pull request](https://github.com/FAForever/db/issues?q=is%3Apr+is%3Aclosed) typically contains one migration. The maintainer may change your filename, mostly the version.
\ No newline at end of file
A [pull request](https://github.com/FAForever/db/issues?q=is%3Apr+is%3Aclosed) typically contains one migration. The maintainer may change your filename, mostly the version.
### Tipps to get your PR approved
* Nearly every table should have a `create_time` and `update_time` columns.