adding example script
This commit is contained in:
4
rowers/sqlcode/boattypes.sql
Normal file
4
rowers/sqlcode/boattypes.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE rowers_workout
|
||||
SET workouttype = 'rower', boattype = 'dynamic'
|
||||
WHERE workouttype = 'dynamic';
|
||||
|
||||
Reference in New Issue
Block a user