https://bugzilla.wikimedia.org/show_bug.cgi?id=51441

Marcin Cieślak <marcin.cies...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marcin.cies...@gmail.com

--- Comment #2 from Marcin Cieślak <marcin.cies...@gmail.com> ---
You need not normally to deal with PostgreSQL schema at all, it will be set
automatically.

Isn't the problem because the table is called "Vote" (capital "V") and not
"vote"? Can you change your sql to use

CREATE TABLE "Vote"

and not

CREATE TABLE vote

and see if it works?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to