mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 06:07:29 +02:00
schema - spaces to tabs
This commit is contained in:
parent
b30f8c93a0
commit
5256edd484
@ -1,6 +1,6 @@
|
|||||||
create table ttrss_scheduled_tasks(
|
create table ttrss_scheduled_tasks(
|
||||||
id serial not null primary key,
|
id serial not null primary key,
|
||||||
task_name varchar(250) unique not null,
|
task_name varchar(250) unique not null,
|
||||||
last_duration integer not null,
|
last_duration integer not null,
|
||||||
last_rc integer not null,
|
last_rc integer not null,
|
||||||
last_run timestamp not null default NOW());
|
last_run timestamp not null default NOW());
|
||||||
|
@ -397,9 +397,9 @@ create table ttrss_error_log(
|
|||||||
|
|
||||||
create table ttrss_scheduled_tasks(
|
create table ttrss_scheduled_tasks(
|
||||||
id serial not null primary key,
|
id serial not null primary key,
|
||||||
task_name varchar(250) unique not null,
|
task_name varchar(250) unique not null,
|
||||||
last_duration integer not null,
|
last_duration integer not null,
|
||||||
last_rc integer not null,
|
last_rc integer not null,
|
||||||
last_run timestamp not null default NOW());
|
last_run timestamp not null default NOW());
|
||||||
|
|
||||||
commit;
|
commit;
|
||||||
|
Loading…
Reference in New Issue
Block a user