Skip to content

Commit

Permalink
Clean up migration
Browse files Browse the repository at this point in the history
  • Loading branch information
zdevaty committed Aug 22, 2024
1 parent 5a57705 commit 1e9b585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/010100.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET SCHEMA 'device_simulator';

ALTER TABLE "generator"
ALTER "interval_seconds" TYPE double precision;
ALTER TABLE device_simulator.generator
ALTER interval_seconds TYPE double precision;

0 comments on commit 1e9b585

Please sign in to comment.