This commit is contained in:
7
migrations/20250904114004_intervals.down.sql
Normal file
7
migrations/20250904114004_intervals.down.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
ALTER TABLE wochen_report
|
||||
ALTER COLUMN ueberstunden TYPE float4
|
||||
USING
|
||||
extract(epoch from ueberstunden) / 3600.0,
|
||||
ALTER COLUMN arbeitszeit TYPE float4
|
||||
USING
|
||||
extract(epoch from arbeitszeit) / 3600.0;
|
||||
Reference in New Issue
Block a user