Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. hueber
    3. Topics
    H
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Groups 0

    Topics

    • H

      Update report manager

      Watching Ignoring Scheduled Pinned Locked Moved Betrieb
      2
      0 Votes
      2 Posts
      988 Views
      dsD
      Die Report Tabelle sollte eigentlich Bestandteil des Updates sein Hier der SQL Befehl für isys_report: DROP TABLE IF EXISTS isys_report; CREATE TABLE IF NOT EXISTS isys_report (   isys_report__id int(32) NOT NULL auto_increment,   isys_report__title varchar(255) NOT NULL,   isys_report__description text NOT NULL,   isys_report__query text NOT NULL,   isys_report__query_row text NOT NULL,   isys_report__mandator int(32) NOT NULL,   isys_report__datetime datetime NOT NULL,   isys_report__last_edited datetime NOT NULL,   isys_report__type char(1) NOT NULL,   PRIMARY KEY  (isys_report__id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; Danach müsste das Update ohne Fehler funktionieren
    • H

      Update von 0.9.0 auf 0.9.1–-> 0.9.3

      Watching Ignoring Scheduled Pinned Locked Moved Betrieb
      5
      0 Votes
      5 Posts
      1k Views
      H
      Vielen Dank, bin jetzt auf 0.9.3. Habe auch gleich an der Umfrage teilgenommen.