Skip to content

Conversation

atisne
Copy link
Contributor

@atisne atisne commented Mar 30, 2020

Remove the keywork 'unsigned' from PG table creation script.

Also covered by #251.

Remove the keywork 'unsigned' from PG table creation script.
@squash-labs
Copy link

squash-labs bot commented Mar 30, 2020

Manage this branch in Squash

Test this branch here: https://atisnefix-ticket-8892-e6i8l.squash.io

@fmancardi fmancardi merged commit 7aae302 into TestLinkOpenSourceTRMS:testlink_1_9_20_fixed Apr 8, 2020
@lczub
Copy link

lczub commented Apr 13, 2020

Hello atisne and fmancardi,

FYI, it looks, that the new definition for the attribute total_tc includes a typing error, cause it has lost the NOT NULL constraint.

Old not psql compatible unsigned definition with NOT NULL
"total_tc" INT unsigned NOT NULL DEFAULT '0'

New definition without NOT NULL
"total_tc" INT NULL DEFAULT '0'

Looking into install\sql\alter_tables\1.9.20\postgres\DB.1.9.20\step1\db_schema_update.sql shows, that it defines the NOT NULL constraint for total_tc.

Regards Luiko

atisne pushed a commit to atisne/testlink-code that referenced this pull request Jun 16, 2020
…ceTRMS#259)

Remove the keywork 'unsigned' from PG table creation script.
@atisne atisne deleted the fix-TICKET_8892 branch July 2, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants