mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-13 20:12:03 +09:00
73613d7f53
Use GORM AutoMigrate instead of raw SQL to create the database_versions table, since PostgreSQL does not support the datetime type used in the raw SQL (it requires timestamp).