diff options
Diffstat (limited to 'sql/pgsql/migrations/150.sql')
| -rw-r--r-- | sql/pgsql/migrations/150.sql | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sql/pgsql/migrations/150.sql b/sql/pgsql/migrations/150.sql index c0aae3bdf..19f3aaa3a 100644 --- a/sql/pgsql/migrations/150.sql +++ b/sql/pgsql/migrations/150.sql @@ -1,6 +1,6 @@ create table ttrss_scheduled_tasks( - id serial not null primary key, - task_name varchar(250) unique not null, - last_duration integer not null, - last_rc integer not null, - last_run timestamp not null default NOW()); + id serial not null primary key, + task_name varchar(250) unique not null, + last_duration integer not null, + last_rc integer not null, + last_run timestamp not null default NOW()); |