Skip to content
Updated How to Contribute (markdown) authored by SG's avatar SG
......@@ -46,4 +46,5 @@ A [pull request](https://github.com/FAForever/db/issues?q=is%3Apr+is%3Aclosed) t
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
```
* Consider adding data for development to the [test-data.sql](https://github.com/FAForever/db/blob/develop/test-data.sql)
* Be familiar with [Database normalization](https://www.wikiwand.com/en/Database_normalization)
\ No newline at end of file
* Be familiar with [Database normalization](https://www.wikiwand.com/en/Database_normalization)
* Test your migration on the test server
\ No newline at end of file