updatescripts

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2899 There is no need for /db/sql/updatescripts/** sql updates anymore as we use autopatch ever since. So we can remove according folders

  1. … 44 more files in changeset.
change to ascii

  1. … 49 more files in changeset.
2.1.1 version updates

  1. … 2 more files in changeset.
LDEV-1511

This has been changed again to prevent the tool deployer code failing during the update

Now all innodb alterations and adding contraints required for LDEV-1511 are done in this one script, in lams common alter_21_engine.sql which is allowed to fail.

  1. … 4 more files in changeset.
LDEV-1511 use original constraint names for consistency, and so that we don't get multiple constraints on the same keys if the tables happen to already be innodb and have their constraints (i.e. script failure is ok in this case)

  1. … 3 more files in changeset.
LDEV-1511 add foreign key constraints to innodb tables

  1. … 4 more files in changeset.
LDEV-1511 make tables created as MyISAM into InnoDB by modifying create table statements and creating update scripts.

  1. … 11 more files in changeset.
made changes so this java class xcan communicate with the installer/updater

LDEV-1233. Script to update the database chat session table from version 2.02 to 2.03

    • -0
    • +94
    ./UpdateLAMS202Chat.java
Updated name of script so we have a consistent tool version number across all tools for 2.0.3 release.

Updated how jabber room names are allocated.

When a chat tool session is created, it is assigned a jabber room name.

A 'room_created' boolean field was added to the lachat11_session table. This indicated whether the room has been created on the jabber server.

  1. … 5 more files in changeset.
Update scipts for nb and chat to allow the update fom 2.0 to 2.0.2, just the same as previous update scripts for 2.0.1 but with diff names

  1. … 1 more file in changeset.
Final changes for 2.0.1 installer Timestamp works, jsmath works, removes jbosss temp files, runs correctly

  1. … 6 more files in changeset.
Change update scripts to have one lne commands instead of multi-line commands for the purposes of ant

  1. … 10 more files in changeset.
Added context application and classpath columns

  1. … 26 more files in changeset.