Skip to content

Commit

Permalink
fix: sqlserver schema should also use int for rights_copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ddfreiling committed Aug 20, 2024
1 parent 0e31f7e commit d516d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbmodel/sqlserver_db_setup_lcpserver.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CREATE TABLE license (
issued datetime NOT NULL,
updated datetime DEFAULT NULL,
rights_print smallint DEFAULT NULL,
rights_copy smallint DEFAULT NULL,
rights_copy int DEFAULT NULL,
rights_start datetime DEFAULT NULL,
rights_end datetime DEFAULT NULL,
content_fk varchar(255) NOT NULL,
Expand Down

0 comments on commit d516d34

Please sign in to comment.