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

Marcin Cieślak <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Marcin Cieślak <[email protected]> ---
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to