AmpersandTarski / Ampersand

Build database applications faster than anyone else, and keep your data pollution free as a bonus.
http://ampersandtarski.github.io/
GNU General Public License v3.0
40 stars 8 forks source link

Generate the cleanup service #1404

Open stefjoosten opened 1 year ago

stefjoosten commented 1 year ago

After the migration of system $A$ to $B$, the remainders of $A$ and the migration system have to be removed so that only $B$ remains. This involves deleting the right tables from the database. The Ampersand compiler has to provide the information for the cleanup service in the back-end (see issue AmpersandTarski/Prototype#112).

Task

Determine the difference set that enables the back-end to realize its ``cleanup service’’ and propagate it to the back-end.