Skip to content
#

database-management

Here are 707 public repositories matching this topic...

directus
ComputerCarl
ComputerCarl commented Apr 10, 2020

Using version 8.5.5

If I create a new field of type WYSIWYG, I can add the code below in the Options -> Advanced Options -> TinyMCE Options. It will work as expected and spellcheck will be performed while typing.

However, I cannot add the option after the field exists.

When trying to save, I get the error;

"Trouble processing the request. Try again after refreshing the page."

T

pgaro
pgaro commented Aug 12, 2019

The explain analyze button doesn't use buffers. Offering explain (analyze, buffers) sounds like very helpful feature to me. I even think that explain (analyze, buffers) might be the better default for analyzing queries. That differs from verbose, which is not considered as very helpful by a major part of the community.

All the best
pgaro

bug
liquibot
liquibot commented Apr 27, 2020

Context

As a reader of online docs, it is not clear when doing diff which database if the "reference" against which a "target" is compared. This makes it tough!

As a reader of online docs, hoping to do a diffchangelog, it is not clear how to set the url and referenceURL parameters if i want to apply the generated diffchangelog against one db to migrate it up to the other. Which is which?

R

Prequel
QuintenJustus
QuintenJustus commented Jul 15, 2019

Why I need your help

Currently I'm working on a lot of features, which included adding support for different database types namely postgresql but that takes a lot of time and keeps me from adding the other features. So because of the time it takes I'm inclined to push back db support to the release after the upcoming one. But then still, it takes a lot of time.

My request

Is anyo

api
marcocala90
marcocala90 commented Dec 11, 2019

Hi, i'm currently using Directus v7. It's the first time I use hooks. There is a way to have different hooks for each project. Because if in my projects I have some collections with the same name. I can't understand how to distinguish them.

Example of my hook:

return [ 'actions' => [ 'item.update.courses' => function (array $data) { //code } ] ];

Expected:

chenfiona
chenfiona commented Feb 3, 2020

Is your feature request related to a problem? Please describe.
There are existing data in one DB which I need to harmonise and customise data using data hub.

What is the user-facing scenario that prompted this gap in functionality?
Existing data is in one DB, need the best practice to further harmonise and customise such data using data hub.

Describe the solution you'd like
A

Improve this page

Add a description, image, and links to the database-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the database-management topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.