From a33758a6a1eb7f621dbd257388b83bb6c64f3d72 Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Tue, 26 Aug 2025 09:07:58 +0200 Subject: [PATCH] Remove unique index --- db/migrate/20250819101032_create_ai_quotas.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/db/migrate/20250819101032_create_ai_quotas.rb b/db/migrate/20250819101032_create_ai_quotas.rb index 500f00db9..6b4d9a4af 100644 --- a/db/migrate/20250819101032_create_ai_quotas.rb +++ b/db/migrate/20250819101032_create_ai_quotas.rb @@ -8,7 +8,5 @@ class CreateAiQuotas < ActiveRecord::Migration[8.1] t.timestamps end - - add_index :ai_quotas, :user_id, unique: true end end