Skip to content

Commit

Permalink
release/1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nanshens committed Aug 29, 2024
1 parent 1734a16 commit 8bf515b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aq_dbmigration/db_constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class Type:
id character varying(50),
sequence character varying(100),
version character varying(100),
description character varying(100),
file_path character varying(100),
description text,
file_path text,
install_time timestamp,
execution_time int,
check_value character varying(100),
Expand All @@ -29,8 +29,8 @@ class Type:
id VARCHAR(50),
sequence VARCHAR(100),
version VARCHAR(100),
description VARCHAR(100),
file_path VARCHAR(100),
description TEXT,
file_path TEXT,
install_time TIMESTAMP,
execution_time INT,
check_value VARCHAR(100),
Expand Down

0 comments on commit 8bf515b

Please sign in to comment.