8128: Add runtime tokens for containers, and locks for multiple dispatchers
[arvados.git] / services / api / db / migrate / 20160506175108_add_auths_to_container.rb
diff --git a/services/api/db/migrate/20160506175108_add_auths_to_container.rb b/services/api/db/migrate/20160506175108_add_auths_to_container.rb
new file mode 100644 (file)
index 0000000..d714a49
--- /dev/null
@@ -0,0 +1,6 @@
+class AddAuthsToContainer < ActiveRecord::Migration
+  def change
+    add_column :containers, :auth_uuid, :string
+    add_column :containers, :locked_by_uuid, :string
+  end
+end