Bug 958 : AMP - Postgres database revamp
Review Request #331 — Created July 12, 2024 and discarded — Latest diff uploaded
| Information | |
|---|---|
| apoorva.sn | |
| AMP | |
| amp_3_7_1 | |
| 958 | |
| Reviewers | |
| pmurugaiyan, prajesh, shuinvy | |
Postgres database for following tables
1. file_type
2. file_list
Executed the python file postgreddb.sql and id column with values was populated in both file_list and file_type tables
Tested by creating clone of a file and it was created successfully with proper id generated in file_list table
Deleting the file was also successfull
