Git Product home page Git Product logo

Comments (3)

edgarfuste avatar edgarfuste commented on August 28, 2024

Hi @jcpiriou ,
We have added in the TODO to modify the column type according to your issue, for release 3.6.009.
In case you are in a hurry for this change, you can proceed to make the change yourself in your environment. For this you should do for the tables "inp_pattern_value" and "rpt_inp_pattern_value":

ALTER TABLE table_name ALTER COLUMN column_name TYPE numeric(12, 6);

You will get an error that some views depend on this table, you should save in a .txt the ddl of those views that give you problems, delete them and after making the ALTER COLUMN recreate the views.

Regards.

from giswater_dbmodel.

jcpiriou avatar jcpiriou commented on August 28, 2024

Thanks Edgar. Already done in my environnement, but I wanted it to be pushed in the mainline. Best

from giswater_dbmodel.

edgarfuste avatar edgarfuste commented on August 28, 2024

Perfect @jcpiriou , we will apply the changes in the release.
Thanks!

from giswater_dbmodel.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.