14717: Rename WebsocketKeepaliveTimeout to SendTimeout and add a comment
[arvados.git] / services / api / lib / can_be_an_owner.rb
index 1a990e14ea09fa67d6682c9f5baf7b776a0a5c11..a970383b8714653e9621def26a404cc7e10bf48b 100644 (file)
@@ -16,6 +16,7 @@ module CanBeAnOwner
       next if t == base.table_name
       next if t == 'schema_migrations'
       next if t == 'permission_refresh_lock'
+      next if t == 'ar_internal_metadata'
       klass = t.classify.constantize
       next unless klass and 'owner_uuid'.in?(klass.columns.collect(&:name))
       base.has_many(t.to_sym,