Schema Piler 1.3.1

Issue #852 resolved
malvivent7 created an issue

Hi, after resolving the problem on pilerexport #851 i dig into the schema differences found; finally discovered that not only v_messages view contains differences but also other tables. So my question is the piler's db is created from util/db-mysql.sql file so i must create the alter statement for alligning schemas starting from this point right? Thanks in advance for helping me on this direction.

Comments (5)

  1. Janos SUTO repo owner

    In case of a fresh install util/db-mysql.sql is used to create the database. In case of an upgrade you should check the upgrade .sql files in the util directory to make the database schema to match the given version.

  2. malvivent7 reporter

    Thanks Janos i proceed in this way i have produced a sql diff from my schema and the initial sql db creation script and i apply this script

  3. malvivent7 reporter

    [SOLVED] Thanks Janos i have solved my problem alligning structure with the initial sql

  4. Log in to comment