Technical manual
...
iR Engine deployment
Database migrations
3 min
create migration file run the following command in your ir engine repo cd packages/server core run the following command to generate a timestamp name ts migration file (eg 20230418102549 eks column ts ) in your in server core folder npm run migrate\ make {name} move the migration file to your service's migrations folder ie packages/server core/src/setting/aws setting/migrations update that file with code to match your needs openapi our server is set up with swagger documentation to automatically generate from most endpoints a few custom routes are not documented, but most of the basic stuff is you can see the openapi docs in on our dev cluster https //api ir engine mt dev theinfinitereality io/openapi , or locally for a running ir engine instance at https //localhost 3030/openapi https //localhost 3030/openapi