mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #18620 from cro/pg_jid_doc8
jids can't be ints anymore, because we can now set jid names.
This commit is contained in:
commit
19022ff90f
@ -31,7 +31,7 @@ correctly::
|
||||
|
||||
DROP TABLE IF EXISTS jids;
|
||||
CREATE TABLE jids (
|
||||
jid bigint PRIMARY KEY,
|
||||
jid varchar(20) PRIMARY KEY,
|
||||
load text NOT NULL
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user