Merge branch 'development' into 'devops-staging'

add column url in table supplier

See merge request empatnusabangsa/ppob/ppob-backend!144
This commit is contained in:
Rahman Efendi 2022-04-01 10:53:09 +00:00
commit c9de9fadf6
2 changed files with 7636 additions and 1 deletions

7633
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,9 @@ export class Supplier extends BaseModel {
@Column()
status: boolean;
@Column()
@Column({
nullable: true
})
url: string;
coa: COA;