Navigation Menu

Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik committed Dec 18, 2010
1 parent 476f997 commit 49d3778
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.rb
Expand Up @@ -11,10 +11,10 @@
set :database, (ENV['DATABASE_URL'] || 'sqlite:///tmp/delpin3.db')

migration "create mappings" do
database.create_table :mappings do
primary_key :id
text :delicious
text :pinboard
database.create_table :mappings do
primary_key :id
text :delicious
text :pinboard
timestamp :created_at, :null => false
timestamp :updated_at, :null => false

Expand Down

0 comments on commit 49d3778

Please sign in to comment.