-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't create those indexes - takes too long during an update; we need…
…ed to change the scale value with the new firmware code v0.4
- Loading branch information
1 parent
ed14127
commit 9e02589
Showing
4 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# update.sql | ||
|
||
# Actually, I'm not going to do this. These can take a _long_ time to execute. | ||
|
||
CREATE INDEX IF NOT EXISTS stirring_rates_ix | ||
ON stirring_rates (experiment, pioreactor_unit); | ||
|
||
CREATE INDEX IF NOT EXISTS pwm_dcs_ix | ||
ON pwm_dcs (experiment, pioreactor_unit); | ||
# CREATE INDEX IF NOT EXISTS stirring_rates_ix | ||
# ON stirring_rates (experiment, pioreactor_unit); | ||
# | ||
# CREATE INDEX IF NOT EXISTS pwm_dcs_ix | ||
# ON pwm_dcs (experiment, pioreactor_unit); | ||
# |