EvoEsports / EvoSC-sharp

Next generation server controller for Trackmania written in C# using modern .NET
https://evosc.io
GNU General Public License v3.0
20 stars 14 forks source link

Conform to new database migration naming rules #57

Closed snixtho closed 1 year ago

snixtho commented 1 year ago

The migration file name should be named yyyyMMddHHmm_MigrationAction.cs where:

The time & date should be in UTC+0 in order to keep time and date consistency across time zones.

Migration version should be in the UNIX timestamp format. Number of seconds of the current epoch since 01.01.1970. The version is set in the attribute of the migration. For example: [Migration(1666859869)]