sorry my bad, didn't read the schema.rb hard enough to realize its not a rails schema.rb :-)
On Tue, Jul 13, 2010 at 1:51 PM, Luke Kanies <[email protected]> wrote: > I don't think so... > > -- > http://puppetlabs.com/ | +1-615-594-8199 | @puppetmasterd > > On Jul 13, 2010, at 0:48, Ohad Levy <[email protected]> wrote: > > Hmm.. doesn't the schema.rb gets regenerated automatically after a > migration? > > On Fri, Jul 9, 2010 at 3:03 AM, James Turnbull < <[email protected]> > [email protected]> wrote: > >> >> Signed-off-by: James Turnbull < <[email protected]> >> [email protected]> >> --- >> lib/puppet/rails/database/schema.rb | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/lib/puppet/rails/database/schema.rb >> b/lib/puppet/rails/database/schema.rb >> index 434197b..20d2e96 100644 >> --- a/lib/puppet/rails/database/schema.rb >> +++ b/lib/puppet/rails/database/schema.rb >> @@ -59,7 +59,7 @@ class Puppet::Rails::Schema >> create_table :hosts do |t| >> t.column :name, :string, :null => false >> t.column :ip, :string >> - t.column :environment, :string >> + t.column :environment, :text >> t.column :last_compile, :datetime >> t.column :last_freshcheck, :datetime >> t.column :last_report, :datetime >> -- >> 1.6.6.1 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Developers" group. >> To post to this group, send email to <[email protected]> >> [email protected]. >> To unsubscribe from this group, send email to >> <puppet-dev%[email protected]> >> [email protected]. >> For more options, visit this group at >> <http://groups.google.com/group/puppet-dev?hl=en> >> http://groups.google.com/group/puppet-dev?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<puppet-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. > -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
