• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..13-Apr-2017-

queries/H13-Apr-2017-468418

READMEH A D13-Apr-2017755 2012

installdbH A D13-Apr-20171.8 KiB7643

mysql-mods-1.4b5.sqlH A D13-Apr-20176 KiB12793

mysql-mods-1.4b7.sqlH A D13-Apr-20175 KiB9659

mysql-mods-1.4b8.sqlH A D13-Apr-20173.4 KiB6553

mysql-upgrade-1.3.sqlH A D13-Apr-201724 KiB510374

mysql-upgrade-1.4b1.sqlH A D13-Apr-201712 KiB263178

mysql-upgrade-1.4b2.sqlH A D13-Apr-201711.1 KiB225153

mysql-upgrade-1.4b3.sqlH A D13-Apr-201711 KiB222152

mysql-upgrade-1.4b4.sqlH A D13-Apr-201711 KiB222152

mysql-upgrade-1.4b5.sqlH A D13-Apr-20175 KiB9659

mysql-upgrade-1.4b6.sqlH A D13-Apr-20175 KiB9659

mysql-upgrade-1.4b8.sqlH A D13-Apr-20171.1 KiB1512

mysql-upgrade-2.0.0.sqlH A D13-Apr-20171.6 KiB3721

mysql-upgrade-2.0.1.sqlH A D13-Apr-2017548 165

mysql-upgrade-2.1.0.sqlH A D13-Apr-2017562 165

mysql-upgrade-2.1.2.sqlH A D13-Apr-2017198 111

mysql.sqlH A D13-Apr-201762.6 KiB1,4381,003

prepsqlH A D13-Apr-2017202 72

upgradedbH A D13-Apr-20173.9 KiB12069

README

1================
2DATABASE SCRIPTS
3================
4
5Here you'll find scripts to create the necessary database tables for MySQL servers.
6The queries/ subdirectory contains some example SQL queries for fetching data from the DB tables.
7
8
9File Name		Description
10---------------------	-------------------------------------------------------------------------
11mysql.sql		Use this when you install the NDOUtils addon for the first time.  It will
12			create all the necessary tables for you.
13
14upgradedb		Script that automates the DB upgrade process.  Use this when upgrading!
15
16mysql-upgrade-*.sql	Raw SQL scripts for upgrading from a previous release. Please use the upgradedb
17			script (above) to upgrade your DB structure, rather than these scripts directly.
18
19
20