Private
Public Access
1
0

adding example script

This commit is contained in:
2024-01-24 13:18:58 +01:00
parent 61089d4c2b
commit 944cffdd8c

View File

@@ -0,0 +1,4 @@
UPDATE rowers_workout
SET workouttype = 'rower', boattype = 'dynamic'
WHERE workouttype = 'dynamic';