Skip to content

Commit

Permalink
fix parent_environment_id
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Dec 20, 2024
1 parent 7a61c2f commit 6dffc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/schema/mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ CREATE TABLE environments (
name VARCHAR(255) NOT NULL, -- Name of the environment (e.g., conda, virtualenv)
version VARCHAR(255), -- Python version
details TEXT, -- Additional environment details
parent_environment BIGINT,
parent_environment_id BIGINT,
create_at INTEGER,
create_by VARCHAR(255),
modify_at INTEGER,
Expand Down

0 comments on commit 6dffc6f

Please sign in to comment.