From 29cc54b3c0fc74a021fd68a978dd56e792f16702 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Tue, 3 Dec 2019 13:11:29 +1100 Subject: [PATCH] whoops forgot this again --- db/migrate/20191203014808_create_subscriptions_customers.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/migrate/20191203014808_create_subscriptions_customers.rb b/db/migrate/20191203014808_create_subscriptions_customers.rb index 6254951..c015966 100644 --- a/db/migrate/20191203014808_create_subscriptions_customers.rb +++ b/db/migrate/20191203014808_create_subscriptions_customers.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class CreateSubscriptionsCustomers < ActiveRecord::Migration[6.0] def change create_table :discourse_subscriptions_customers do |t|