ronin-rb / ronin-db-activerecord

ActiveRecord backend for the Ronin Database
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Use `:datetime` instead of `:time` for `created_at` attributes #78

Closed postmodern closed 1 year ago

postmodern commented 1 year ago

Appears that created_at attributes use the :time type instead of :datetime.

postmodern commented 1 year ago

Fixed by ceed8d7dc70e01c74e42908c50405a361b884337.