mirror of
https://github.com/sismics/docs.git
synced 2025-12-13 17:56:20 +00:00
Missing file + TODO
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user