Merge branch '17202-no-redir-crossorigin'
[arvados.git] / services / api / lib / can_be_an_owner.rb
index f5b2fe98f8f7552270c7794b391d96c9f6178e50..6f30f5ae33801afabd6c6a5e3fa6805c05e628fa 100644 (file)
@@ -15,6 +15,10 @@ module CanBeAnOwner
     ActiveRecord::Base.connection.tables.each do |t|
       next if t == base.table_name
       next if t == 'schema_migrations'
+      next if t == 'permission_refresh_lock'
+      next if t == 'ar_internal_metadata'
+      next if t == 'commit_ancestors'
+      next if t == 'commits'
       klass = t.classify.constantize
       next unless klass and 'owner_uuid'.in?(klass.columns.collect(&:name))
       base.has_many(t.to_sym,