Skip to content

Commit

Permalink
fixed a test - its something!
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomilho committed Jul 2, 2011
1 parent 14cdbb3 commit 6fa0921
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 318 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
require File.expand_path('../config/application', __FILE__)
require 'rake'

Ramify::Application.load_tasks
Ramify::Application.load_tasks
1 change: 1 addition & 0 deletions db/development_structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ CREATE TABLE links (
name text NOT NULL,
title text,
href text NOT NULL,
header boolean DEFAULT false NOT NULL,
created_at timestamp without time zone,
updated_at timestamp without time zone,
CONSTRAINT links_href_not_blank CHECK ((length(btrim(href)) > 0)),
Expand Down
Loading

1 comment on commit 6fa0921

@danielweinmann
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitively something! Thanks!

Please sign in to comment.