From 55995456544364639787af45534fc6eae63afea2 Mon Sep 17 00:00:00 2001 From: osc-bot Date: Thu, 19 Dec 2024 02:51:38 +0000 Subject: [PATCH] lint a random file --- .../migrate/20160601203013_add_timestamps_to_to_json_stores.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/myjobs/db/migrate/20160601203013_add_timestamps_to_to_json_stores.rb b/apps/myjobs/db/migrate/20160601203013_add_timestamps_to_to_json_stores.rb index a38f0fcc6e..96e05b9d52 100644 --- a/apps/myjobs/db/migrate/20160601203013_add_timestamps_to_to_json_stores.rb +++ b/apps/myjobs/db/migrate/20160601203013_add_timestamps_to_to_json_stores.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class AddTimestampsToToJsonStores < ActiveRecord::Migration[4.2] def change add_column :json_stores, :created_at, :datetime