This website requires JavaScript.
Explore
Help
Register
Sign In
on.nemtina
/
DD.WellWorkover.Cloud
Watch
1
Star
0
Fork
0
You've already forked DD.WellWorkover.Cloud
forked from
ddrilling/AsbCloudServer
Code
Pull Requests
Activity
b64064fae0
DD.WellWorkover.Cloud
/
AsbCloudDb
/
UsefulQueries
/
Update sequence.sql
1 line
46 B
MySQL
Raw
Normal View
History
Unescape
Escape
fix encoding to utf8 (without bom), u200b, line endings, tabs to 3 spaces, variants of minus char to base minus char
2024-07-04 11:02:45 +05:00
select
setval
(
'
t_well_operation_id_seq
'
,
175
)
;
Copy Permalink