Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
8823 Ansichten

Hi,

I created a new module that add a new field "user_last_change_state" to the object "account.invouce", and I've done some code with this field.

I needed that older records to have this field equal to 1 (admin id ).

Someone knows how to set the new data field with a default value to existent records?

Thanks

Avatar
Verwerfen
Beste Antwort

The simplest form is to do it from a sql script in postgresql. If you have linux, you could do it using pgadmin3 software. The script will be like this: UPDATE [file] SET [field] = 'value' WHERE [condition] ;

Avatar
Verwerfen
Autor

I did that... but it this the best way ?

I my experience yes.... but maybe there's something better.

Autor

Hope that someone knows a better way =)

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Mai 22
3943
1
Aug. 19
3901
1
Dez. 21
6372
0
Okt. 21
2941
1
Okt. 21
3743