Trioxidation / Triox

A free file hosting server that focuses on speed, reliability and security.
GNU Affero General Public License v3.0
100 stars 14 forks source link

cleaned up configuration and bootstrapped for sqlx migration #23

Closed realaravinth closed 3 years ago

realaravinth commented 3 years ago

Changes:

SQLx migration:

There are subtle differences between SQL as understood by postgres, mysql and sqlite. For example, SERIAL(mysql and postgres) doesn't exist in sqlite so those things will have to be accommodated.