reverted post version tag change for danbooru2

This commit is contained in:
albert
2011-10-22 21:34:32 -04:00
parent 0de90d487b
commit 69044f3389
13 changed files with 100 additions and 61 deletions

View File

@@ -2142,8 +2142,7 @@ CREATE TABLE post_versions (
created_at timestamp without time zone,
updated_at timestamp without time zone,
post_id integer NOT NULL,
add_tags text DEFAULT ''::text NOT NULL,
del_tags text DEFAULT ''::text NOT NULL,
tags text DEFAULT ''::text NOT NULL,
rating character(1),
parent_id integer,
source text,