Commit 7c19074b79c23d074bd10f091d9d72a33ee4ef9d

Authored by Georg Hopp
1 parent a54d413e

change from text to string

  1 +class NameAndUriToStringOnLxdHost < ActiveRecord::Migration
  2 + def change
  3 + change_table :lxd_hosts do |t|
  4 + t.change :name, :string
  5 + t.change :uri, :string
  6 + end
  7 + end
  8 +end
  9 +# vim: set et ts=2 sw=2:
... ...
Please register or login to post a comment