Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
journals/1/articles/1/submission/original/1-1-1-SM.odtjournals/[journal_id]/articles/[article_id]/submission/original/[article_id]-[file_id]-[revision_id]-SM.odtSELECT MAX(article_id)+1 FROM articles;ALTER SEQUENCE xxxxx RESTART WITH 1822;ojs2t=# \d articles
Table "public.articles"
Column | Type | Modifiers
----------------------+-----------------------------+---------------------------------------------------------------
article_id | integer | not null default nextval('articles_article_id_seq'::regclass)
user_id | bigint | not null
journal_id | bigint | not null
section_id | bigint |
language | character varying(10) | default 'en'::character varying
comments_to_ed | text |
date_submitted | timestamp without time zone |
last_modified | timestamp without time zone |
date_status_modified | timestamp without time zone |
status | smallint | not null default 1
submission_progress | smallint | not null default 1
current_round | smallint | not null default 1
submission_file_id | bigint |
revised_file_id | bigint |
review_file_id | bigint |
editor_file_id | bigint |
copyedit_file_id | bigint |
pages | character varying(255) |
fast_tracked | smallint | not null default 0
hide_author | smallint | not null default 0
comments_status | smallint | not null default 0
Indexes:
"articles_pkey" PRIMARY KEY, btree (article_id)
"articles_journal_id" btree (journal_id)
"articles_section_id" btree (section_id)
"articles_user_id" btree (user_id)
ojs2t=# WARN: duplicate AI field article_event_log.log_id (conflict with article_email_log.log_id)
WARN: duplicate AI field books_for_review_authors.author_id (conflict with authors.author_id)
WARN: duplicate AI field comments.comment_id (conflict with article_comments.comment_id)
WARN: duplicate AI field email_templates_default.email_id (conflict with email_templates.email_id)
WARN: duplicate AI field notes.note_id (conflict with article_notes.note_id)
WARN: duplicate AI field subscription_types.type_id (conflict with announcement_types.type_id)
WARN: duplicate AI field temporary_files.file_id (conflict with article_files.file_id)
$valueToEncrypt = preg_replace('/_e$/','',$username) . $password;
Return to OJS Technical Support
Users browsing this forum: Google [Bot] and 0 guests