0

I don't want to delete my database structure, but I want to empty it, is there a simple command to do that?

Brian Joseph Spinos
  • 2,144
  • 2
  • 18
  • 18

1 Answers1

1

I'm not completely sure of this but try running rake -T on your project folder and see what task do you have.. you could try rake db:schema:load, if that doesn't work try with your own truncate task as stated ins THIS EXAMPLE

Community
  • 1
  • 1
albertogg
  • 202
  • 2
  • 8