summaryrefslogtreecommitdiff
path: root/backend/php/src/setup/data_initialization/howto.txt
authorGiulio Cesare Solaroli <giulio.cesare@solaroli.it>2011-10-03 16:04:12 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@solaroli.it>2011-10-03 16:04:12 (UTC)
commit541bb378ddece2eab135a8066a16994e94436dea (patch) (unidiff)
treeff160ea3e26f7fe07fcfd401387c5a0232ca715e /backend/php/src/setup/data_initialization/howto.txt
parent1bf431fd3d45cbdf4afa3e12afefe5d24f4d3bc7 (diff)
parentecad5e895831337216544e81f1a467e0c68c4a6a (diff)
downloadclipperz-541bb378ddece2eab135a8066a16994e94436dea.zip
clipperz-541bb378ddece2eab135a8066a16994e94436dea.tar.gz
clipperz-541bb378ddece2eab135a8066a16994e94436dea.tar.bz2
Merge pull request #1 from gcsolaroli/master
First version of the restructured repository
Diffstat (limited to 'backend/php/src/setup/data_initialization/howto.txt') (more/less context) (show whitespace changes)
-rw-r--r--backend/php/src/setup/data_initialization/howto.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/backend/php/src/setup/data_initialization/howto.txt b/backend/php/src/setup/data_initialization/howto.txt
new file mode 100644
index 0000000..a6f0e24
--- a/dev/null
+++ b/backend/php/src/setup/data_initialization/howto.txt
@@ -0,0 +1,13 @@
1Hello there,
2
3To make use of the Data Initialization feature in POG Setup, put your insert statements in the data_initialization.sql file. (One per line).
4Then, on step 1 of Setup, choose "Drop, recreate tables and reset data":
5
6This will
7
81. Drop any tables that have the same name as the object(s) you have in the objects folder.
92. Recreate the tables and indexes(if needed)
103. Execute the insert statements in data_initialization.sql one by one.
11
12Regards,
13The POG Team \ No newline at end of file