Skip to content

samo38/us3_sql

This branch is 21 commits behind ehb54/us3_sql:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f7f4f1 · Dec 9, 2023
Mar 19, 2014
Nov 11, 2023
Sep 1, 2014
Apr 19, 2022
Dec 2, 2023
Dec 9, 2023
Jan 17, 2023
Jan 27, 2017
Jan 24, 2023
Oct 25, 2023
May 29, 2018
Apr 14, 2020
Oct 22, 2020
Jan 7, 2023
Oct 22, 2020
Sep 25, 2023
Apr 20, 2022
Aug 21, 2016
Mar 26, 2022
Apr 19, 2022
Jan 26, 2020
Apr 28, 2018
Jul 7, 2010
Mar 26, 2014

Repository files navigation

readme.txt

US3 Database and Stored Procedures Reference

For notes and a US3 Stored Procedures API reference see the US3 wiki.

the new instance creation relies on the database definition
(us3.sql), all the stored procedures, and the lims code to create a new
instance. The way I do it, I become the us3 user and run the
update-local.sh script first thing. This will update the us3 user's copy of
all of these files from subversion. Then I run the create new instance
stuff.

If any time you forget to update the code first it's not a terribly big
deal. You can do a subversion update of the lims code, and you can update
the stored procedures like this:

mysql -u user -p database <us3_procedures.sql

That file sources all the other sql files. If the us3.sql file was out of
date it's a little more difficult, because there are some records that get
populated in there as part of the setup process too. However, I believe I
have scripts that can be used to refresh that too.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published