You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a file is stored several places with different paths then these shouldn't be stored several times. Storing the files uniquely can be accomplished by splitting File table to File and FileContent tables which are joined by file content hash.
The text was updated successfully, but these errors were encountered:
If a file is stored several places with different paths then these shouldn't be stored several times. Storing the files uniquely can be accomplished by splitting
File
table toFile
andFileContent
tables which are joined by file content hash.The text was updated successfully, but these errors were encountered: