Is it possible to use the PostgreSQL GUI to modify the contents of a database without executing db: pull?
I want to manage my database without taking it off the line ...
Any ideas?
thank
No, you can’t ...But you can always use the heroku console and make rails there, which is a good alternative, especially in production, when you cannot put everything on hold until you pull it and throw it back :)
But you can use:
https://github.com/neerajdotname/admin_data
to manage your data! This is a gem, it works for me with Heroku in my Rails 3 application.
Source: https://habr.com/ru/post/1728056/More articles:Moving an unusual tree in Python - pythonEclipse accidentally exits after installing Blackberry / SDK plugin - eclipseAny technical issues with CVS long version numbers? - versioningRemote Monitoring - c #How to call a web service on one site? - c #Oracle regex query - oracleНесколько кнопок по умолчанию в пользовательском элементе управления - asp.netGetting the number of `created_at` elements in the afternoon for a given month - ruby | fooobar.comsourcecontrol - pull only specific changes - gitHow to send SNMP traps using C #? - c #All Articles