From 78d6cc085a349bbbcc75b81b07974d3357f70105 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 6 Oct 2005 04:52:32 +0000 Subject: smallint -> boolean in pg sql git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2475 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/db_definitions/postgresql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/test/fixtures/db_definitions/postgresql.sql b/activerecord/test/fixtures/db_definitions/postgresql.sql index c8cfcb779c..3b49c2c5f4 100644 --- a/activerecord/test/fixtures/db_definitions/postgresql.sql +++ b/activerecord/test/fixtures/db_definitions/postgresql.sql @@ -52,7 +52,7 @@ CREATE TABLE topics ( bonus_time time, last_read date, content text, - approved smallint DEFAULT 1, + approved boolean default true, replies_count integer default 0, parent_id integer, "type" character varying(50), -- cgit v1.2.3