Skip to content

Commit

Permalink
Remove device_sync_devices table
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtyped committed May 11, 2024
1 parent 886ee3e commit d856724
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE TABLE 'device_sync_group_devices' (
device_sync_group_id INT NOT NULL REFERENCES device_sync_group(id),
device_id INT NOT NULL REFERENCES devices(id),
PRIMARY KEY (device_sync_group_id, device_id)
);
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP TABLE device_sync_group_devices;

0 comments on commit d856724

Please sign in to comment.