Matt6607699
Posts: 0
Joined: Sat Jan 25, 2014 7:18 am

How to manually add/delete Database rows/columns/ or entries?

Hi,
Could anyone quickly expand any on the Manual deletion of Database row/column entries without having to send a separate REST delete for each entry after a Query?

I also would like to delete columns from the DB after a specified period of time and would like to auto create columns as well. Is this possible?

I found this topic referenced the ability to do manual deletion but without a lot of explanation.
https://getsatisfaction.com/apperyio/...

Thanks for any help you can give,
Matt

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to manually add/delete Database rows/columns/ or entries?

Hello!

Here is how to delete records manually https://getsatisfaction.com/apperyio/...
You can also tick specific records and delete only these records.
Collection and column can be created manually only.

Matt6607699
Posts: 0
Joined: Sat Jan 25, 2014 7:18 am

How to manually add/delete Database rows/columns/ or entries?

Thank you for the reply,
Sorry I should have explained my question better in the first post, I meant to say can you delete Database columns manually with Javascript or other so that a script can be run in my app that will add/delete columns based on user input or other condition? Or can adding/deleting columns on by done via the admin console?

My plan:
I would like to create a new column for each day of the week based on getDate(). The database would only have 10 previous days from the current date so I would need to delete columns automatically once it became 11 days old. Would something like this be possible?

Thanks!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to manually add/delete Database rows/columns/ or entries?

[quote:]Javascript or other so that a script can be run in my app that will add/delete columns[/quote]no, you can add/delete columns in admin panel only.

Return to “Issues”