Skip to content

Bug in PostgresSQL generateticketactivity.sql #11

@dbayardAWS

Description

@dbayardAWS

The PostgresSQL generateticketactivity.sql does not generate 1-6 tickets as documented in the readme. The line:
tick_quantity := floor(random()*(10000-2000+2000))+2000;

Should be:
tick_quantity := floor(random()*(6-1))+1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions