/ migrations / 20230611121756_initial.down.sql
20230611121756_initial.down.sql
 1  DROP TABLE manifest_layer;
 2  
 3  DROP TABLE manifest;
 4  
 5  DROP TABLE blob;
 6  
 7  DROP TABLE upload_session;
 8  
 9  DROP TABLE repository;
10  
11  DROP EXTENSION "uuid-ossp";