mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Add back the timestamp creation
This commit is contained in:
parent
a06a7a74a4
commit
518ef4579d
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ Sequel.extension :migration
|
|||
Sequel::Model.plugin :validation_helpers
|
||||
Sequel::Model.plugin :force_encoding, 'UTF-8'
|
||||
Sequel::Model.plugin :defaults_setter
|
||||
Sequel::Model.plugin :timestamps, create: :created_at, update: :updated_at
|
||||
Sequel.default_timezone = 'UTC'
|
||||
Sequel::Migrator.apply DB, './migrations'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue