Commit 3f1324aa by ansible

no message

1 parent ec998a15
Showing with 12 additions and 0 deletions
ALTER TABLE wd_user
ADD COLUMN retry_count INTEGER;
ALTER TABLE wd_user
ADD COLUMN status character varying(20);
ALTER TABLE wd_user
ADD COLUMN created_date TIMESTAMP WITHOUT TIME ZONE;
ALTER TABLE wd_user
ADD COLUMN updated_date TIMESTAMP WITHOUT TIME ZONE;
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!