diff config/application.rb @ 460:b1ef80121c79

Update to use correct timestamp datatype Use sql dump instead of ruby because zone info would be lost otherwise.
author nanaya <me@nanaya.pro>
date Mon, 25 Jun 2018 16:53:47 +0900
parents 07d6c6639adf
children fd3078b4d355
line wrap: on
line diff
--- a/config/application.rb	Sat Apr 14 04:19:52 2018 +0900
+++ b/config/application.rb	Mon Jun 25 16:53:47 2018 +0900
@@ -54,7 +54,7 @@
     # Use SQL instead of Active Record's schema dumper when creating the database.
     # This is necessary if your schema can't be completely dumped by the schema dumper,
     # like if you have constraints or database-specific column types
-    # config.active_record.schema_format = :sql
+    config.active_record.schema_format = :sql
 
     # Enable the asset pipeline
     config.assets.enabled = true