Skip to content

Commit

Permalink
fix: failing ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
diyor28 committed Feb 22, 2025
1 parent 0e8b099 commit 9f05e84
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ CREATE TABLE users
last_login TIMESTAMP NULL,
last_ip VARCHAR(255) NULL,
last_action TIMESTAMP WITH TIME ZONE NULL,
employee_id INT REFERENCES employees (id) ON DELETE SET NULL,
created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT CURRENT_TIMESTAMP,
updated_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT CURRENT_TIMESTAMP
);
Expand Down

0 comments on commit 9f05e84

Please sign in to comment.