mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 22:07:56 +01:00
Missing file + TODO
This commit is contained in:
parent
c36014b46f
commit
6c976087de
@ -0,0 +1,2 @@
|
|||||||
|
alter table T_FILE alter column FIL_IDDOC_C set null;
|
||||||
|
update T_CONFIG set CFG_VALUE_C='7' where CFG_ID_C='DB_VERSION';
|
@ -204,6 +204,7 @@ public class FileResource extends BaseResource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Update the file
|
// Update the file
|
||||||
|
// TODO Reorder files to put the new one at the end
|
||||||
file.setDocumentId(documentId);
|
file.setDocumentId(documentId);
|
||||||
fileDao.updateDocument(file);
|
fileDao.updateDocument(file);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user