Skip to content

Instantly share code, notes, and snippets.

@tsnow
Created March 2, 2010 00:02
Show Gist options
  • Save tsnow/318960 to your computer and use it in GitHub Desktop.
Save tsnow/318960 to your computer and use it in GitHub Desktop.
sqlite> delete from listing_type_options;
sqlite> .quit
MyRealTrade> rake db:seed
MyRealTrade> sqlite3 db/development.sqlite3
sqlite> select * from listing_type_options;
27|Single Family
28|Townhouse
29|Apartment/Condo
30|Multi Family
31|Undeveloped Land
32|Co-op
33|Other
sqlite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment